Enable ES2020 to match matrix-react-sdk (#25223)

This commit is contained in:
Michael Telatynski 2023-04-28 08:44:10 +01:00 committed by GitHub
parent f5452fb097
commit ed15578eed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
"jsx": "preserve",
"declaration": false,
"outDir": "./lib/module_system",
"lib": ["es2019"],
"lib": ["es2020"],
"types": ["node"]
},
"include": ["./module_system/**/*.ts"]