fix typescript configuration

This commit is contained in:
theofficialomega
2025-06-23 12:42:25 +02:00
parent bdbe938915
commit 36885037f5

View File

@@ -8,8 +8,11 @@
"declaration": true,
"typeRoots": [
"./node_modules/@types",
"./src/types"
"./scripts/types"
],
"allowJs": true
}
"allowJs": true,
"outDir": "./"
},
"include": ["src/**/*", "scripts/types/**/*"],
"exclude": ["node_modules", "dist"]
}