Enable ES2020 to match matrix-react-sdk (#931)
This commit is contained in:
committed by
GitHub
parent
02bd6e7690
commit
8aee984b04
@@ -10,7 +10,7 @@
|
||||
"rootDir": "./src",
|
||||
"declaration": true,
|
||||
"typeRoots": ["src/@types", "node_modules/@types"],
|
||||
"lib": ["es2019", "dom"],
|
||||
"lib": ["es2020", "dom"],
|
||||
"types": ["node"],
|
||||
"strict": true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user