From b139118ae27bc81d076f037c944be82990f75951 Mon Sep 17 00:00:00 2001 From: KaizIqbal <24286590+KaizIqbal@users.noreply.github.com> Date: Thu, 23 Jul 2020 08:02:30 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=20@types=20root?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 8e885f6..d8c7e5f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,14 +4,12 @@ "module": "commonjs", "lib": ["es2015", "dom"], "outDir": "./dist", - + "typeRoots": ["node_modules/@types"], "strict": true, - "noUnusedLocals": true, "noUnusedParameters": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, - "esModuleInterop": true }, "include": ["src/**/*", "node_modules/@types/puppeteer/index.d.ts"],