From 4e80e48fa41aaa8bcc302b6846fa41e3c3c2db61 Mon Sep 17 00:00:00 2001 From: Jerry Kurian Date: Fri, 16 Aug 2019 09:27:17 -0400 Subject: [PATCH] Remove paths --- tsconfig.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index b0b6347..c9faf21 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,12 +8,7 @@ "forceConsistentCasingInFileNames": true, "suppressImplicitAnyIndexErrors": true, "outDir": "./dist", - "module": "commonjs", - "baseUrl": ".", - "paths": { - "src/*": [ - "src/*" - ] + "module": "commonjs" }, "target": "es5", "lib": [