Files
SubTracker/apps/api/tsconfig.json
2026-04-11 13:36:43 +08:00

12 lines
223 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "dist",
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
},
"include": ["src/**/*.ts", "tests/**/*.ts", "prisma/seed.ts"]
}