Files
Papo/tsconfig.frontend.json
Pascal Prießnitz 7a296f7b4a
All checks were successful
Deploy Discord Bot / deploy (push) Successful in 38s
[deploy] Emit frontend bundle as ESM for browser
2025-12-04 17:06:27 +01:00

13 lines
261 B
JSON

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