From 02fb858e4d107fbf8db1b99eadebf88f3bf0b32c Mon Sep 17 00:00:00 2001 From: Wojciech Pawlik Date: Mon, 4 May 2020 23:41:18 +0200 Subject: [PATCH] Strenghten tsconfig --- tsconfig.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index a7eb815..0699d6a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,11 +1,7 @@ { "compilerOptions": { - "allowJs": true, "module": "CommonJS", - "noImplicitAny": false, "noEmit": true, - "resolveJsonModule": true, - "strictNullChecks": false, "strict": true, "target": "ES2019" }