build: remove baseUrl conf because it is danger

This commit is contained in:
hayden 2023-12-13 11:37:14 +08:00
parent 3c7c59fb70
commit 2ce915cf5d

View File

@ -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": [