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 2fdfe05 commit dbf77ddCopy full SHA for dbf77dd
1 file changed
package.json
@@ -29,7 +29,7 @@
29
"dist": "./scripts/dist.sh && npm run types-generate && npm run web-types-generate",
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",
+ "types-check": "tsc src/htmx.js --noEmit --checkJs --target es6 --lib dom,dom.iterable --moduleResolution node --skipLibCheck",
33
"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",
0 commit comments