diff --git a/tsconfig.json b/tsconfig.json index dc76995..0f2192a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,8 +5,8 @@ "rootDir": "./src", "outDir": "./build", "esModuleInterop": true, - "strict": true, + "strict": false, "experimentalDecorators": true, - "emitDecoratorMetadata":true + "emitDecoratorMetadata": true } } \ No newline at end of file