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

This commit is contained in:
Michael Telatynski
2023-04-27 19:10:51 +01:00
committed by GitHub
parent 02bd6e7690
commit 8aee984b04
4 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@
"module": "commonjs",
"sourceMap": false,
"strict": true,
"lib": ["es2019", "dom"]
"lib": ["es2020", "dom"]
},
"include": ["../src/@types", "./**/*.ts"],
"ts-node": {