From 2ce915cf5d20030953a536db405d678e5e25583a Mon Sep 17 00:00:00 2001 From: hayden Date: Wed, 13 Dec 2023 11:37:14 +0800 Subject: [PATCH] build: remove baseUrl conf because it is danger --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 4c1305d..0cec399 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,6 @@ { "compilerOptions": { "outDir": "./dist/", - "baseUrl": "./", "sourceMap": false, "allowJs":true, "target": "es6", @@ -15,7 +14,7 @@ "skipLibCheck": true, "paths": { "antlr4": [ - "node_modules/antlr4/src/antlr4/index" + "./node_modules/antlr4/src/antlr4/index" ] }, "types": [