diff --git a/package.json b/package.json index 9dca6ad..36de6ef 100644 --- a/package.json +++ b/package.json @@ -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",