From 0c238e98c800cad99449eb85279ab9aeb265d8c3 Mon Sep 17 00:00:00 2001 From: filtered <176114999+webfiltered@users.noreply.github.com> Date: Thu, 4 Sep 2025 12:46:48 +1000 Subject: [PATCH] [Cleanup] Remove TS migration lines - Removes allowJs: this repo has been full TypeScript for some time. - Removes downlevel iteration: target is ES2022, so an ES2015-era migration workaround is probably not required. --- tsconfig.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 675a099c33..96e4432167 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,9 +16,7 @@ "noUnusedLocals": true, "noUnusedParameters": true, "noFallthroughCasesInSwitch": true, - "downlevelIteration": true, "noImplicitOverride": true, - "allowJs": true, "baseUrl": ".", "paths": { "@/*": ["src/*"]