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,
"emitDecoratorMetadata": true,
"jsx": "react",
"module": "commonjs",
"moduleResolution": "Node",
"module": "CommonJS",
"skipLibCheck": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"isolatedModules": true,
"target": "es5",
"target": "ES2015",
"types": [
"jest"
],
"lib": [
"es2019",
"dom"
"dom",
"ESNext"
]
},
"exclude": [