Files
egbim_qa_platform/apps/api/tsconfig.json
root 33453ecc55
Deploy staging / deploy (push) Failing after 6s
Initial deployment setup
2026-08-31 16:45:24 +09:00

13 lines
253 B
JSON

{
"extends": "@ufb/tsconfig/nestjs.json",
"compilerOptions": {
"outDir": "./dist",
"baseUrl": "./",
"paths": {
"@/*": ["./src/*"]
}
},
"include": ["src", "test", "integration-test"],
"exclude": ["node_modules", "dist"]
}