We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c74fdd9 commit 490a488Copy full SHA for 490a488
package.json
@@ -259,7 +259,7 @@
259
"prepare": "husky install",
260
"preversion": "yarn install",
261
"test": "jest",
262
- "types": "tsc --noEmit --skipLibCheck false",
+ "types": "tsc --noEmit --skipLibCheck true",
263
"validate-translations": "node scripts/validate-translations.js",
264
"validate-cjs": "concurrently 'node scripts/validate-cjs-node-bundle.cjs' 'node scripts/validate-cjs-browser-bundle.cjs'",
265
"semantic-release": "semantic-release",
0 commit comments