Files
mal/tsconfig.json
2026-05-24 22:36:41 +02:00

16 lines
334 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "ES2020",
"moduleResolution": "Bundler",
"strict": true,
"noEmitOnError": true,
"allowJs": false,
"noEmit": true,
"sourceMap": false,
"removeComments": false,
"skipLibCheck": true
},
"include": ["eslint.config.ts", "static/**/*.ts"]
}