Updated the paths & type roots

This commit is contained in:
Mathias Wagner 2023-01-15 20:33:47 +01:00
parent c3426e0fe7
commit 76b2128320
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -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
}
}