Skip to content

Commit

Permalink
Set --skipLibCheck for tsc (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattIPv4 committed May 13, 2024
1 parent 495ade5 commit d5c2f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"lint:scss": "stylelint \"@(styles|dev)/**/*.scss\"",
"lint:scss:fix": "npm run lint:scss -- --fix",
"jsdoc": "jsdoc -c .jsdoc.json",
"types": "tsc index.js --declaration --allowJs --emitDeclarationOnly --outDir types --lib dom --lib webworker",
"types": "tsc index.js --declaration --allowJs --emitDeclarationOnly --outDir types --lib dom --lib webworker --skipLibCheck",
"test": "jest",
"postinstall": "node script/prism.js",
"prepublishOnly": "npm run types",
Expand Down

0 comments on commit d5c2f94

Please sign in to comment.