fix(tsconfig): add @docusaurus/tsconfig target es2022 (#10547)

This commit is contained in:
Sébastien Lorber 2024-10-03 15:28:01 +02:00 committed by GitHub
parent 7f6472a74d
commit 5de4832fb2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,8 @@
"allowJs": true,
"esModuleInterop": true,
"jsx": "preserve",
"lib": ["DOM"],
"target": "ES2022",
"lib": ["ES2022", "DOM"],
"moduleResolution": "bundler",
"module": "esnext",
"noEmit": true,