fix: 加固 monorepo 质量门禁

This commit is contained in:
root
2026-09-14 10:47:02 +08:00
parent 332bf2fb46
commit 18450201dc
8 changed files with 392 additions and 324 deletions
+1 -2
View File
@@ -8,8 +8,7 @@
"exactOptionalPropertyTypes": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"types": ["vitest/globals"]
"skipLibCheck": true
},
"include": ["packages/**/*.ts"]
}