debug: remove superfluous tsconfig file

Not sure why this one was added in.
This commit is contained in:
fang 2024-04-08 19:47:24 +02:00
parent 9a9b944475
commit 641133751a
No known key found for this signature in database
GPG Key ID: EB035760C1BBA972
2 changed files with 0 additions and 12 deletions

View File

@ -21,5 +21,4 @@
//"noFallthroughCasesInSwitch": true //"noFallthroughCasesInSwitch": true
}, },
"include": ["src"], "include": ["src"],
"references": [{ "path": "./tsconfig.node.json" }]
} }

View File

@ -1,11 +0,0 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": ["vite.config.ts"]
}