monorepo/apps/api/tsconfig.build.json

4 lines
122 B
JSON
Raw Normal View History

2024-06-25 21:59:50 +08:00
{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "bin", "test", "dist", "**/*spec.ts", "**.js", "**.mjs"]
}