Server/tsconfig.build.json

5 lines
95 B
JSON
Raw Permalink Normal View History

2024-11-23 00:37:22 +00:00
{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
}