Skip to content

Commit ec3b87f

Browse files
committed
build(tsconfig): drop explanatory comment from lib block
https://claude.ai/code/session_01PazNrvKYZSS5eYu9DUGurf
1 parent 6d17237 commit ec3b87f

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

configs/base.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,6 @@
66
"esModuleInterop": true,
77
"skipLibCheck": true,
88
"target": "ES2024",
9-
/*
10-
* Type lib scoped to what Node 22 (V8 12.4) actually ships, so the types
11-
* match the runtime. ES2024 covers Object.groupBy / Map.groupBy and
12-
* Promise.withResolvers. The ES2025 sublibs add Set methods (Collection)
13-
* and iterator helpers (Iterator), and ESNext.Array adds Array.fromAsync.
14-
* Granular sublibs are deliberate: the full ES2025 lib would also expose
15-
* Float16Array, which is Node 24, not Node 22.
16-
*/
179
"lib": ["ES2024", "ES2025.Collection", "ES2025.Iterator", "ESNext.Array"],
1810
"verbatimModuleSyntax": true,
1911
"allowJs": true,

0 commit comments

Comments
 (0)