Bump version 1.11.3

Sync tsconfig.json with v2

Update dependencies
This commit is contained in:
Shivam Mathur
2021-08-23 12:54:39 +05:30
parent 113a31fceb
commit 7958a5ccff
4 changed files with 734 additions and 1166 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
"compilerOptions": {
"esModuleInterop": true,
"lib": [
"ESNext"
"ES2020"
],
"module": "commonjs",
"moduleResolution": "node",
@@ -12,7 +12,7 @@
"rootDir": "./src",
"sourceMap": true,
"strict": true,
"target": "ESNext"
"target": "ES2019"
},
"exclude": ["__tests__", "lib", "node_modules"]
}