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