fix: git diff

This commit is contained in:
danisharora099 2022-11-15 18:06:59 +05:30
parent f3635f1fe8
commit 1a5a57f756
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": "ESNext",
"module": "esnext",
"noEmit": true
},
"include": ["src", "tests"]