Skip to content

Commit

Permalink
Fix type error when compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobgy committed Oct 12, 2019
1 parent 05d470a commit 19b1d25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"strictBindCallApply": true,
"strictNullChecks": true,
"suppressImplicitAnyIndexErrors": true,
"noUnusedLocals": true
"noUnusedLocals": true,
"skipLibCheck": true
},
"exclude": [
"__mocks__",
Expand Down

0 comments on commit 19b1d25

Please sign in to comment.