Skip to content

Commit ac8123e

Browse files
authored
docs: use es2022 for shiki (#9975)
1 parent b5d96cb commit ac8123e

File tree

1 file changed

+1
-1
lines changed
  • sites/kit.svelte.dev/src/lib/docs/server

1 file changed

+1
-1
lines changed

sites/kit.svelte.dev/src/lib/docs/server/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ export async function read_file(file) {
215215
defaultCompilerOptions: {
216216
allowJs: true,
217217
checkJs: true,
218-
target: ts.ScriptTarget.ES2021
218+
target: ts.ScriptTarget.ES2022
219219
}
220220
});
221221

0 commit comments

Comments
 (0)