Moved TTP to this repo and updated other stuff

This commit is contained in:
Alois 2026-03-10 21:04:09 +01:00
commit 38241e57eb
14 changed files with 1823 additions and 71 deletions

View file

@ -0,0 +1,13 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"jsx": "preserve",
"jsxImportSource": "solid-js",
"strict": true,
"skipLibCheck": true,
"noEmit": true
},
"include": ["src"]
}