From 447f4d882f23d65598fd7847cc659fa82ae91ac2 Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Wed, 25 Nov 2020 19:42:22 +0100 Subject: [PATCH] tsconfig not strict ref #1 --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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