This commit is contained in:
Christoph Brandau
2026-06-27 13:03:07 +02:00
commit 3b9d636fdb
25 changed files with 9890 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"extends": "./tsconfig.node.json",
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"isolatedModules": true,
"moduleResolution": "bundler",
"types": ["svelte"]
},
"include": ["src/**/*.d.ts", "src/**/*.ts", "src/**/*.js", "src/**/*.svelte"]
}