Files
lub-web-monorepo/apps/backend/tsconfig.build.json
T

5 lines
97 B
JSON
Raw Normal View History

2026-03-26 16:10:45 +01:00
{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
}