Skip to content
This repository has been archived by the owner on Oct 13, 2020. It is now read-only.

Commit

Permalink
build(typecheck): ignore lib checking
Browse files Browse the repository at this point in the history
ignore lib type checking since there is an error in the dependency types

GH-8
  • Loading branch information
blake-newman committed Feb 20, 2020
1 parent a7c2f2e commit fd637cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"---------------CODEOWNERS--------------": ".",
"codeowners": "yarn generate-codeowners",
"--------------TYPECHECKING-------------": ".",
"typecheck": "tsc --noEmit",
"typecheck": "tsc --noEmit --skipLibCheck",
"----------------BUILD TOOLS----------------": ".",
"build": "rollup -c",
"----------------LINTING----------------": ".",
Expand Down

0 comments on commit fd637cd

Please sign in to comment.