Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaywood committed Oct 7, 2024
2 parents 71cd90d + f80ff46 commit 2e674c6
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 2e674c6

Please sign in to comment.