[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.
This commit is contained in:
filtered
2025-09-04 12:46:48 +10:00
parent ad64dbb81a
commit 0c238e98c8

View File

@@ -16,9 +16,7 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"downlevelIteration": true,
"noImplicitOverride": true,
"allowJs": true,
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]