fix path and tests

This commit is contained in:
StarAppeal
2025-09-24 06:10:52 +02:00
parent 5e9f3494e7
commit 2796c465c0
7 changed files with 845 additions and 6388 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": true,
"rootDir": null
},
"include": ["src/**/*.ts", "tests/**/*.ts"]
}