Skip to content

Commit e0e6d15

Browse files
snomiaoclaude
andauthored
[refactor] remove downlevelIteration from tsconfig (#6279)
Remove downlevelIteration compiler option as it's no longer needed with ES2023 target. picked from - [\[Cleanup\] Remove TS migration lines from tsconfig by webfiltered · Pull Request #5330 · Comfy-Org/ComfyUI_frontend]( #5330 ) 🤖 Generated with [Claude Code](https://claude.com/claude-code) ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6279-refactor-remove-downlevelIteration-from-tsconfig-2976d73d3650819a9d4be716006e8b85) by [Unito](https://www.unito.io) Co-authored-by: Claude <[email protected]>
1 parent 2ea6c92 commit e0e6d15

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"noUnusedLocals": true,
2222
"noUnusedParameters": true,
2323
"noFallthroughCasesInSwitch": true,
24-
"downlevelIteration": true,
2524
"noImplicitOverride": true,
2625
"allowJs": true,
2726
"verbatimModuleSyntax": true,

0 commit comments

Comments
 (0)