Skip to content

Commit

Permalink
Add skipLibCheck to cli tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed May 13, 2021
1 parent cae6962 commit 058017b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion products/jbrowse-cli/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"strict": true,
"noEmit": false,
"target": "es2017",
"esModuleInterop": true
"esModuleInterop": true,
"skipLibCheck": true
},
"include": ["src"],
"exclude": ["**/*.test.ts", "**/testUtil.ts"]
Expand Down

0 comments on commit 058017b

Please sign in to comment.