mirror of
https://github.com/gnmyt/LicenseAPI.git
synced 2026-01-10 18:21:47 +00:00
Create tsconfig.json
This commit is contained in:
24
tsconfig.json
Normal file
24
tsconfig.json
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"compilerOptions": {
|
||||||
|
"target": "es2016",
|
||||||
|
"module": "commonjs",
|
||||||
|
"baseUrl": "src",
|
||||||
|
"rootDir": "src",
|
||||||
|
"outDir": "dist",
|
||||||
|
"paths": {
|
||||||
|
"@utils/*": ["utils/*"],
|
||||||
|
"@models/*": ["models/*"],
|
||||||
|
"@controller/*": ["controller/*"],
|
||||||
|
"@middlewares/*": ["middlewares/*"]
|
||||||
|
},
|
||||||
|
"esModuleInterop": true,
|
||||||
|
"forceConsistentCasingInFileNames": true,
|
||||||
|
"strict": true,
|
||||||
|
"resolveJsonModule": true,
|
||||||
|
"skipLibCheck": true,
|
||||||
|
"typeRoots": ["./src/types/overrides"]
|
||||||
|
},
|
||||||
|
"ts-node": {
|
||||||
|
"files": true
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user