- 修复 useEffect 返回值类型错误 (TS7030) - 修复未使用的 catch 变量错误 - 排除测试文件的类型检查以减少误报 - 添加企业微信通知功能,支持成功/失败状态推送 - 优化通知格式,包含项目信息、提交信息和构建详情链接
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"noUnusedLocals": false,
|
||||
"noUnusedParameters": false,
|
||||
"strict": false
|
||||
},
|
||||
"include": [
|
||||
"**/*.test.ts",
|
||||
"**/*.test.tsx",
|
||||
"**/*.spec.ts",
|
||||
"**/*.spec.tsx"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user