Skip to content

Commit 40aa676

Browse files
committed
chore(showcase/shell-docs): bump tsconfig target to ES2022
React 19 / Next 15 expects modern runtimes; ES2017 is stale. ES2022 gives us top-level await, class fields, and error cause without needing additional helpers. `next build` still passes.
1 parent 1db5e40 commit 40aa676

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

showcase/shell-docs/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "ES2017",
3+
"target": "ES2022",
44
"lib": ["dom", "dom.iterable", "esnext"],
55
"allowJs": true,
66
"skipLibCheck": true,

0 commit comments

Comments
 (0)