config() revert baseUrl in tsconfig
This commit is contained in:
parent
399acf1941
commit
7796187505
|
|
@ -7,7 +7,8 @@
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
"target": "es6",
|
"target": "es6",
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"outDir": "./dist"
|
"outDir": "./dist",
|
||||||
|
"baseUrl": "./"
|
||||||
},
|
},
|
||||||
"exclude": ["node_modules"]
|
"exclude": ["node_modules"]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue