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
+4 -6
View File
@@ -5,16 +5,14 @@
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"lib": ["ES2022"],
"skipLibCheck": true,
"outDir": "./dist",
"rootDir": "./src",
"typeRoots": [
"./node_modules/@types",
"./types"
]
},
"include": [
"src/**/*.ts",
"tests/**/*.ts"
]
}
"include": ["src/**/*.ts"],
"exclude": ["node_modules", "tests"]
}