Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix lint
Browse files Browse the repository at this point in the history
ersachin3112 committed Feb 20, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent d30d49b commit c32d8c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
"strict": true,
"types": ["node"],
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"allowSyntheticDefaultImports": true
},
"include": ["./src/**/*"],
"include": ["./src/**/*"]
}

0 comments on commit c32d8c4

Please sign in to comment.