Files
Papo/tsconfig.frontend.json
Pascal Prießnitz 22caa79b54
All checks were successful
Deploy Discord Bot / deploy (push) Successful in 37s
[deploy]
2025-12-04 16:43:38 +01:00

13 lines
264 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"outDir": "public/ts-build",
"rootDir": "public/ts",
"skipLibCheck": true,
"noEmitOnError": false
},
"include": ["public/ts/**/*"]
}