From b6434bf4f55dea006f3175455ad1037449699d05 Mon Sep 17 00:00:00 2001 From: tiagosiebler Date: Wed, 6 Oct 2021 19:32:31 +0100 Subject: [PATCH] remove paths --- tsconfig.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 89baa3c..0e8a4ca 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,10 +15,7 @@ "esModuleInterop": true, "lib": ["es2017","dom"], "baseUrl": ".", - "outDir": "lib", - "paths": { - "@src/*": ["src/*"] - } + "outDir": "lib" }, "include": ["src/**/*"], "exclude": [ @@ -27,4 +24,4 @@ "coverage", "doc" ] -} \ No newline at end of file +}