Skip to content

Commit 17e7a10

Browse files
targosrvagg
authored andcommitted
test: ignore TS errors from dependencies
Silences an error coming from `@types/readable-stream`, which cannot be fixed in this package.
1 parent 2dd9100 commit 17e7a10

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
@@ -8,7 +8,7 @@
88
"lint": "standard *.js test/*.js",
99
"test": "npm run lint && npm run test:types && node test/test.js | faucet",
1010
"test:ci": "npm run lint && node test/test.js && npm run test:types",
11-
"test:types": "tsc --target esnext --moduleResolution node --allowJs --noEmit test/test.js",
11+
"test:types": "tsc --target esnext --moduleResolution node --allowJs --noEmit --skipLibCheck test/test.js",
1212
"build": "true"
1313
},
1414
"repository": {

0 commit comments

Comments
 (0)