From b00fbc98334f45f988525872dbc4b04d4260385a Mon Sep 17 00:00:00 2001 From: snomiao Date: Mon, 20 Oct 2025 19:06:09 +0000 Subject: [PATCH] fix: remove allowJs from tsconfig.json\n\nRemove the allowJs option from tsconfig.json to enforce TypeScript-only compilation. --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 1a2658b90..f17b02d10 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,7 +22,6 @@ "noUnusedParameters": true, "noFallthroughCasesInSwitch": true, "noImplicitOverride": true, - "allowJs": true, "verbatimModuleSyntax": true, "baseUrl": ".", "paths": {