Skip to content

Commit

Permalink
fix(tsconfig): add @docusaurus/tsconfig target es2022 (#10547)
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber authored Oct 3, 2024
1 parent 7f6472a commit 5de4832
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/docusaurus-tsconfig/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"allowJs": true,
"esModuleInterop": true,
"jsx": "preserve",
"lib": ["DOM"],
"target": "ES2022",
"lib": ["ES2022", "DOM"],
"moduleResolution": "bundler",
"module": "esnext",
"noEmit": true,
Expand Down

0 comments on commit 5de4832

Please sign in to comment.