Merge pull request #18161 from Snuffleupagus/types-ES2022

Target ES2022 when building the TypeScript definitions (issue 17932)
This commit is contained in:
Tim van der Meij 2024-05-28 13:28:22 +02:00 committed by GitHub
commit 401a1d4a34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
{ {
"compilerOptions": { "compilerOptions": {
"target": "ESNext", "target": "ES2022",
"allowJs": true, "allowJs": true,
"declaration": true, "declaration": true,
"strict": true, "strict": true,