update tsconfig to es2021

This commit is contained in:
Abhinav 2023-01-03 14:09:46 +05:30
parent 794c3bf007
commit bfdf1c04d7

View file

@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es2017",
"target": "es2021",
"module": "commonjs",
"esModuleInterop": true,
"noImplicitAny": true,