We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c87e29d commit 2fdfe05Copy full SHA for 2fdfe05
1 file changed
package.json
@@ -30,7 +30,7 @@
30
"lint": "eslint src/htmx.js test/attributes/ test/core/ test/util/ scripts/*.mjs",
31
"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",
33
- "types-generate": "tsc dist/htmx.esm.js --declaration --emitDeclarationOnly --allowJs --outDir dist",
+ "types-generate": "tsc dist/htmx.esm.js --declaration --emitDeclarationOnly --allowJs --skipLibCheck --outDir dist",
34
"test": "npm run lint && npm run types-check && npm run test:chrome",
35
"test:debug": "web-test-runner --manual --open",
36
"test:chrome": "playwright install chromium && web-test-runner --browsers chromium --playwright",
0 commit comments