twitch-clone/backend/tsconfig.build.json
2025-06-19 06:24:33 +03:00

5 lines
97 B
JSON

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