From 9c7a8af6033977f923cdcacb54e7223ade647598 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Wed, 23 Dec 2020 13:16:56 -0500 Subject: [PATCH] update tsconfig --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 194577f..46c9dbc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,6 @@ "moduleResolution": "node", "lib": ["es2018", "dom"], "typeRoots": [ - "types", "node_modules/@types" ], "outDir": "types",