Add recommended ts settings

This commit is contained in:
Oliver Blanthorn 2021-04-07 14:00:23 +02:00
parent 5b3f14cc97
commit e2db6478ea
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -1,6 +1,8 @@
{ {
"compilerOptions": { "compilerOptions": {
"moduleResolution": "node", "moduleResolution": "node",
"esModuleInterop": true,
"isolatedModules": true,
"noImplicitAny": false, "noImplicitAny": false,
"noEmitOnError": true, "noEmitOnError": true,
"outDir": "build/tsc-out", "outDir": "build/tsc-out",