Skip to content

Commit

Permalink
Revert "Add skipLibCheck parameter because of react-toastify."
Browse files Browse the repository at this point in the history
Issue has been fixed in version 7.0.3
Issue related: fkhadra/react-toastify#561
  • Loading branch information
Glecun committed Feb 11, 2021
1 parent 5b818f5 commit 3858d1c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"allowJs": true,
"skipLibCheck": true
"allowJs": true
},
"exclude": [
"test",
Expand Down

0 comments on commit 3858d1c

Please sign in to comment.