Skip to content

Commit

Permalink
fix v8 guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Walker-GM committed Sep 16, 2024
1 parent 89567db commit f80ff46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/content/upgrades/v8/guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ This is found at `./web/tsconfig.json`. Again you'll want to update the `target`
- "target": "esnext",
+ "target": "ES2022",
- "module": "esnext",
+ "module": "ES2022",
+ "module": "ESNext",
- "moduleResolution": "node",
+ "moduleResolution": "Bundler",
}
Expand Down

0 comments on commit f80ff46

Please sign in to comment.