Added the rootDir in the tsconfig.json
This commit is contained in:
parent
5ea0324415
commit
e55fca06e7
@ -3,6 +3,7 @@
|
|||||||
"target": "es2016",
|
"target": "es2016",
|
||||||
"module": "commonjs",
|
"module": "commonjs",
|
||||||
"baseUrl": "src",
|
"baseUrl": "src",
|
||||||
|
"rootDir": "src",
|
||||||
"outDir": "dist",
|
"outDir": "dist",
|
||||||
"paths": {
|
"paths": {
|
||||||
"@utils/*": ["utils/*"],
|
"@utils/*": ["utils/*"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user