修正了业务错误报错
Publish to npm / publish (push) Failing after 12s

This commit is contained in:
2026-04-22 22:08:35 +08:00
parent 98c46f4a7b
commit fe77c0ee1a
2 changed files with 18 additions and 3 deletions
+2
View File
@@ -14,6 +14,8 @@
"noUnusedLocals": false,
"noUnusedParameters": false,
"noFallthroughCasesInSwitch": true,
"allowJs": true,
"checkJs": false,
"experimentalDecorators": true,
"emitDecoratorMetadata": true
},