awekas/tsconfig.base.json
Felix Dürrwald f11c3d80f6
Some checks failed
CI / main (push) Failing after 1m15s
Initial commit
2024-09-25 07:32:29 +02:00

21 lines
466 B
JSON

{
"compileOnSave": false,
"compilerOptions": {
"rootDir": ".",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
"target": "ES6",
"module": "CommonJS",
"lib": ["es2020", "dom"],
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"baseUrl": ".",
"paths": {}
},
"exclude": ["node_modules", "tmp"]
}