From f51e2f408b6dcde31cdbef511202ac0bd53c9feb Mon Sep 17 00:00:00 2001 From: Petr Lipatov Date: Fri, 6 Sep 2024 14:38:11 +0300 Subject: [PATCH] ts config updated --- tsconfig.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 720adf6..386d737 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,9 +5,7 @@ "lib": ["ES2020", "dom"], "outDir": "./dist/lib/es6", "rootDir": "./src", - "strict": true, "downlevelIteration": true, - "noImplicitAny": true, "declaration": true, "moduleResolution": "node" },