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