From 1a0ebef8478753b84edd2b25197bf972baeb5458 Mon Sep 17 00:00:00 2001 From: MattIPv4 Date: Fri, 10 May 2024 23:42:57 +0100 Subject: [PATCH] Set --skipLibCheck for tsc --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",