Updated the paths & type roots
This commit is contained in:
parent
c3426e0fe7
commit
76b2128320
@ -7,10 +7,17 @@
|
|||||||
"outDir": "dist",
|
"outDir": "dist",
|
||||||
"paths": {
|
"paths": {
|
||||||
"@utils/*": ["utils/*"],
|
"@utils/*": ["utils/*"],
|
||||||
|
"@models/*": ["models/*"],
|
||||||
|
"@controller/*": ["controller/*"],
|
||||||
|
"@middlewares/*": ["middlewares/*"]
|
||||||
},
|
},
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"forceConsistentCasingInFileNames": true,
|
"forceConsistentCasingInFileNames": true,
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"skipLibCheck": true
|
"skipLibCheck": true,
|
||||||
|
"typeRoots": ["./src/types/overrides"]
|
||||||
|
},
|
||||||
|
"ts-node": {
|
||||||
|
"files": true
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user