From 4db03965ff66f1c3100d8e57848992cad2419ec1 Mon Sep 17 00:00:00 2001 From: EnixCoda Date: Sat, 27 Jun 2020 17:01:26 +0800 Subject: [PATCH] build: update tsconfig --- tsconfig.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 66ecce7..6fd56e0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,11 +6,8 @@ "jsx": "react", "strict": true, "lib": ["dom", "es2017.object", "es2016", "ES2020.String"], - "baseUrl": ".", - "outDir": "dist", - "paths": { - "*": ["src/*", "packages/*"] - } + "baseUrl": "src", + "outDir": "dist" }, "include": ["src"] }