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 86b3637 commit 2747c78Copy full SHA for 2747c78
package.json
@@ -32,7 +32,7 @@
32
},
33
"scripts": {
34
"test:lint": "eslint .",
35
- "test:types": "tsc --noEmit",
+ "test:types": "tsc --build --emitDeclarationOnly",
36
"test:unit": "node --experimental-global-webcrypto --loader '#ts-loader' test/index.ts",
37
"test": "yarn test:lint && yarn test:types && yarn test:unit",
38
"build": "tsc --build",
0 commit comments