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

Commit fd637cd

Browse files
committed
build(typecheck): ignore lib checking
ignore lib type checking since there is an error in the dependency types GH-8
1 parent a7c2f2e commit fd637cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"---------------CODEOWNERS--------------": ".",
1818
"codeowners": "yarn generate-codeowners",
1919
"--------------TYPECHECKING-------------": ".",
20-
"typecheck": "tsc --noEmit",
20+
"typecheck": "tsc --noEmit --skipLibCheck",
2121
"----------------BUILD TOOLS----------------": ".",
2222
"build": "rollup -c",
2323
"----------------LINTING----------------": ".",

0 commit comments

Comments
 (0)