Update tsconfig target to ES2021

This commit is contained in:
Labhansh Agrawal 2022-02-07 15:36:52 +05:30
parent b4d3fd3e29
commit d72d24662f

View file

@ -12,7 +12,7 @@
"resolveJsonModule": true,
"sourceMap": true,
"strict": true,
"target": "ES2020",
"target": "ES2021",
"typeRoots": [
"./node_modules/@types"
]