recipe_app/backend/tsconfig.build.json

5 lines
97 B
JSON
Raw Permalink Normal View History

2026-02-11 09:36:55 -08:00
{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
}