recipe_app/backend/tsconfig.build.json
fred 31f5bdc254
All checks were successful
/ build (push) Successful in 1m5s
refactor: migrate backend to NestJS
2026-02-11 09:36:55 -08:00

4 lines
97 B
JSON

{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
}