Skip to content

Commit 490a488

Browse files
committed
chore: disable external lib checks
1 parent c74fdd9 commit 490a488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@
259259
"prepare": "husky install",
260260
"preversion": "yarn install",
261261
"test": "jest",
262-
"types": "tsc --noEmit --skipLibCheck false",
262+
"types": "tsc --noEmit --skipLibCheck true",
263263
"validate-translations": "node scripts/validate-translations.js",
264264
"validate-cjs": "concurrently 'node scripts/validate-cjs-node-bundle.cjs' 'node scripts/validate-cjs-browser-bundle.cjs'",
265265
"semantic-release": "semantic-release",

0 commit comments

Comments
 (0)