monorepo/apps/api/tsconfig.build.json

9 lines
157 B
JSON
Raw Normal View History

2025-02-09 10:39:10 +08:00
{
2025-05-10 17:02:57 +08:00
"extends": "./tsconfig.json",
"compilerOptions": {
"composite": true
},
"exclude": ["node_modules", "test", "dist", "**/*spec.ts", "**.js"]
2025-02-09 10:39:10 +08:00
}