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