Skip to content

Commit

Permalink
chore: minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
noelzappy committed Jan 31, 2024
1 parent d107a16 commit 60ba286
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"noImplicitAny": false,
"noImplicitThis": false,
"strictNullChecks": false,
"esModuleInterop": true
"esModuleInterop": true,
"skipLibCheck": true
},
"include": ["src/**/*", "__tests__/**/*"]
}

0 comments on commit 60ba286

Please sign in to comment.