tsconfig not strict

ref #1
This commit is contained in:
Philipp Dormann 2020-11-25 19:42:22 +01:00
parent f96f5a63a4
commit 447f4d882f
1 changed files with 2 additions and 2 deletions

View File

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