address comments

This commit is contained in:
danisharora099 2022-11-15 18:06:33 +05:30
parent 69b64af548
commit f3635f1fe8
No known key found for this signature in database
GPG Key ID: FBD2BF500037F135
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"module": "es2020",
"module": "ESNext",
"noEmit": true
},
"include": ["src", "tests"]