Skip to content

Commit b80edb8

Browse files
committed
🩹 Svelte doesn't like ES2024
1 parent bab7a4c commit b80edb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"noImplicitAny": true,
66
"module": "ES2022",
77
"target": "ES2022",
8-
"lib": ["ES2024"],
8+
"lib": ["ES2022"],
99
"moduleResolution": "node",
1010
"strict": true,
1111
"types": ["node", "./types/blockbench-types", "svelte"],

0 commit comments

Comments
 (0)