tsconfig not strict

ref #1
This commit is contained in:
Philipp Dormann 2020-11-25 19:42:22 +01:00
parent f96f5a63a4
commit 447f4d882f

View File

@ -5,8 +5,8 @@
"rootDir": "./src", "rootDir": "./src",
"outDir": "./build", "outDir": "./build",
"esModuleInterop": true, "esModuleInterop": true,
"strict": true, "strict": false,
"experimentalDecorators": true, "experimentalDecorators": true,
"emitDecoratorMetadata":true "emitDecoratorMetadata": true
} }
} }