Update dependencies

Update to Jest 27

Set sourceMap to true in tsconfig.json
This commit is contained in:
Shivam Mathur
2021-05-31 02:29:23 +05:30
parent baab28a534
commit 32c1436247
8 changed files with 2791 additions and 6039 deletions

View File

@@ -10,7 +10,7 @@
"outDir": "./lib",
"removeComments": true,
"rootDir": "./src",
"sourceMap": false,
"sourceMap": true,
"strict": true,
"target": "ESNext"
},