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, "allowJs": true,
"esModuleInterop": true, "esModuleInterop": true,
"jsx": "preserve", "jsx": "preserve",
"lib": ["DOM"], "target": "ES2022",
"lib": ["ES2022", "DOM"],
"moduleResolution": "bundler", "moduleResolution": "bundler",
"module": "esnext", "module": "esnext",
"noEmit": true, "noEmit": true,