Bump ES version to 2021

This commit is contained in:
Shivam Mathur
2022-05-30 07:27:29 +05:30
parent b88a8c89d1
commit 43fb4ad30e
3 changed files with 9 additions and 11 deletions

View File

@ -3,7 +3,7 @@
"declaration": true,
"esModuleInterop": true,
"lib": [
"ES2020"
"ES2021"
],
"module": "commonjs",
"moduleResolution": "node",
@ -13,7 +13,7 @@
"rootDir": "./src",
"sourceMap": true,
"strict": true,
"target": "ES2019"
"target": "ES2021"
},
"exclude": ["__tests__", "lib", "node_modules"]
}