improve base tsconfig

This commit is contained in:
Norbert de Langen 2022-01-28 14:52:35 +01:00
parent c96715ce05
commit 7278215705
No known key found for this signature in database
GPG Key ID: FD0E78AF9A837762

View File

@ -7,18 +7,20 @@
"experimentalDecorators": true, "experimentalDecorators": true,
"emitDecoratorMetadata": true, "emitDecoratorMetadata": true,
"jsx": "react", "jsx": "react",
"module": "commonjs", "moduleResolution": "Node",
"module": "CommonJS",
"skipLibCheck": true, "skipLibCheck": true,
"allowSyntheticDefaultImports": true, "allowSyntheticDefaultImports": true,
"esModuleInterop": true, "esModuleInterop": true,
"isolatedModules": true, "isolatedModules": true,
"target": "es5", "target": "ES2015",
"types": [ "types": [
"jest" "jest"
], ],
"lib": [ "lib": [
"es2019", "es2019",
"dom" "dom",
"ESNext"
] ]
}, },
"exclude": [ "exclude": [