From f80ff460eca059a095c5d752b1341e592eff3227 Mon Sep 17 00:00:00 2001 From: Josh GM Walker <56300765+Josh-Walker-GM@users.noreply.github.com> Date: Mon, 16 Sep 2024 17:12:43 +0100 Subject: [PATCH] fix v8 guide --- web/src/content/upgrades/v8/guide.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/content/upgrades/v8/guide.mdx b/web/src/content/upgrades/v8/guide.mdx index de3d9d1..332efd4 100644 --- a/web/src/content/upgrades/v8/guide.mdx +++ b/web/src/content/upgrades/v8/guide.mdx @@ -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", }