Skip to content

Commit

Permalink
✨ Fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Bas950 committed Nov 19, 2020
1 parent 05bfd2c commit 0244617
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 @@ -10,6 +10,7 @@
"noImplicitAny": true,
"noUnusedParameters": true,
"typeRoots": ["@types"],
"esModuleInterop": true
"esModuleInterop": true,
"skipLibCheck": true
}
}

0 comments on commit 0244617

Please sign in to comment.