Skip to content

Commit dbf77dd

Browse files
committed
add --skipLibCheck to fix build... again
1 parent 2fdfe05 commit dbf77dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dist": "./scripts/dist.sh && npm run types-generate && npm run web-types-generate",
3030
"lint": "eslint src/htmx.js test/attributes/ test/core/ test/util/ scripts/*.mjs",
3131
"format": "eslint --fix src/htmx.js test/attributes/ test/core/ test/util/ scripts/*.mjs",
32-
"types-check": "tsc src/htmx.js --noEmit --checkJs --target es6 --lib dom,dom.iterable --moduleResolution node",
32+
"types-check": "tsc src/htmx.js --noEmit --checkJs --target es6 --lib dom,dom.iterable --moduleResolution node --skipLibCheck",
3333
"types-generate": "tsc dist/htmx.esm.js --declaration --emitDeclarationOnly --allowJs --skipLibCheck --outDir dist",
3434
"test": "npm run lint && npm run types-check && npm run test:chrome",
3535
"test:debug": "web-test-runner --manual --open",

0 commit comments

Comments
 (0)