Skip to content

Commit

Permalink
Merge pull request #23 from lifeomic/skip-lib-check
Browse files Browse the repository at this point in the history
feat: add skipLibCheck: true
  • Loading branch information
Swain Molster authored Oct 17, 2023
2 parents 50054d3 + 7223fea commit 90768d7
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 @@ -15,6 +15,7 @@
"pretty": true,
"inlineSourceMap": true,
"inlineSources": true,
"strict": true
"strict": true,
"skipLibCheck": true
}
}

0 comments on commit 90768d7

Please sign in to comment.