fix: remove allowJs from tsconfig.json\n\nRemove the allowJs option from tsconfig.json to enforce TypeScript-only compilation.

This commit is contained in:
snomiao
2025-10-20 19:06:09 +00:00
parent d0a2959e0b
commit b00fbc9833

View File

@@ -22,7 +22,6 @@
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"noImplicitOverride": true,
"allowJs": true,
"verbatimModuleSyntax": true,
"baseUrl": ".",
"paths": {