There was an error while loading. Please reload this page.
1 parent ed0b476 commit a7ab560Copy full SHA for a7ab560
1 file changed
.github/workflows/test.yml
@@ -28,4 +28,4 @@ jobs:
28
run: |
29
yarn build-types
30
[ $(git diff types.d.ts | wc -l) -gt 0 ] && echo 'Diff exists in types.d.ts. Please change jsdoc.' && exit 1
31
- tsc --noEmit types.d.ts
+ tsc --noEmit types.d.ts --skipLibCheck
0 commit comments