diff --git a/tsconfig.json b/tsconfig.json index 7a04d7e..ac2cf7e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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 } } \ No newline at end of file