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 b15daed commit 3e243edCopy full SHA for 3e243ed
package.json
@@ -35,8 +35,8 @@
35
"test": "yarn jest --watch",
36
"coverage": "yarn test --coverage --watchAll=false",
37
"coverage-preview": "http-server -o -p 5000 coverage/lcov-report",
38
- "type-check": "tsc --noEmit --project ./tsconfig.build.json",
39
- "verify": "yarn type-check && yarn lint && yarn build && yarn test"
+ "type-check": "tsc --noEmit --skipLibCheck",
+ "verify": "yarn type-check && yarn lint && yarn build && yarn coverage"
40
},
41
"dependencies": {
42
"@typescript-eslint/experimental-utils": "~2.32.0",
0 commit comments