We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dd9100 commit 17e7a10Copy full SHA for 17e7a10
package.json
@@ -8,7 +8,7 @@
8
"lint": "standard *.js test/*.js",
9
"test": "npm run lint && npm run test:types && node test/test.js | faucet",
10
"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",
+ "test:types": "tsc --target esnext --moduleResolution node --allowJs --noEmit --skipLibCheck test/test.js",
12
"build": "true"
13
},
14
"repository": {
0 commit comments