Files
whale-town-end/tsconfig.build.json
moyin 931ccc4440 config:添加TypeScript构建配置
- 添加tsconfig.build.json构建配置文件
2026-01-08 23:06:56 +08:00

12 lines
177 B
JSON

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