Skip to content

Commit 2fdfe05

Browse files
committed
add --skipLibCheck to fix build
1 parent c87e29d commit 2fdfe05

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
@@ -30,7 +30,7 @@
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",
3232
"types-check": "tsc src/htmx.js --noEmit --checkJs --target es6 --lib dom,dom.iterable --moduleResolution node",
33-
"types-generate": "tsc dist/htmx.esm.js --declaration --emitDeclarationOnly --allowJs --outDir dist",
33+
"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",
3636
"test:chrome": "playwright install chromium && web-test-runner --browsers chromium --playwright",

0 commit comments

Comments
 (0)