From 46dd00faa04509127700e303abb02721b4c308f2 Mon Sep 17 00:00:00 2001 From: ppetzold Date: Sun, 28 Jun 2020 20:01:47 +0200 Subject: [PATCH] Remove unused tsconfig params --- tsconfig.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index e418364..3e51f85 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,9 +9,7 @@ "sourceMap": true, "outDir": "./lib", "baseUrl": "./", - "typeRoots": ["node_modules/@types"], "incremental": true }, - "include": ["src"], - "exclude": ["src/__test__/*"] + "include": ["src"] }