build: remove baseUrl conf because it is danger
This commit is contained in:
parent
3c7c59fb70
commit
2ce915cf5d
@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"outDir": "./dist/",
|
"outDir": "./dist/",
|
||||||
"baseUrl": "./",
|
|
||||||
"sourceMap": false,
|
"sourceMap": false,
|
||||||
"allowJs":true,
|
"allowJs":true,
|
||||||
"target": "es6",
|
"target": "es6",
|
||||||
@ -15,7 +14,7 @@
|
|||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
"paths": {
|
"paths": {
|
||||||
"antlr4": [
|
"antlr4": [
|
||||||
"node_modules/antlr4/src/antlr4/index"
|
"./node_modules/antlr4/src/antlr4/index"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"types": [
|
"types": [
|
||||||
|
Loading…
Reference in New Issue
Block a user