Enable ES2020 to match matrix-react-sdk (#25223)
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@
|
||||
"outDir": "./lib",
|
||||
"declaration": true,
|
||||
"jsx": "react",
|
||||
"lib": ["es2019", "dom", "dom.iterable"],
|
||||
"lib": ["es2020", "dom", "dom.iterable"],
|
||||
"alwaysStrict": true,
|
||||
"strictBindCallApply": true,
|
||||
"noImplicitThis": true
|
||||
|
||||
Reference in New Issue
Block a user