Skip to content

Commit

Permalink
ignoring type checking for third-party libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
aparnamichael committed Jan 8, 2025
1 parent 70f15eb commit 1b1adb9
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 @@ -8,7 +8,8 @@
],
"sourceMap": true,
"rootDir": "src",
"strict": true /* enable all strict type-checking options */
"strict": true, /* enable all strict type-checking options */
"skipLibCheck": true /* ignoring type checking for third-party libraries */
/* Additional Checks */
// "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
// "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
Expand Down

0 comments on commit 1b1adb9

Please sign in to comment.