fix: 修复类型检查错误

This commit is contained in:
yhh
2025-12-03 18:37:02 +08:00
parent cf00e062f7
commit d1ba10564a
5 changed files with 11 additions and 4 deletions

View File

@@ -1,7 +1,6 @@
{
"extends": "./tsconfig.build.json",
"compilerOptions": {
"composite": true,
"noEmit": true
"composite": true
}
}