Skip to content

Commit 0c238e9

Browse files
committed
[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.
1 parent ad64dbb commit 0c238e9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tsconfig.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
"noUnusedLocals": true,
1717
"noUnusedParameters": true,
1818
"noFallthroughCasesInSwitch": true,
19-
"downlevelIteration": true,
2019
"noImplicitOverride": true,
21-
"allowJs": true,
2220
"baseUrl": ".",
2321
"paths": {
2422
"@/*": ["src/*"]

0 commit comments

Comments
 (0)