We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doesnt work when i do "nodeModulesDir": "auto"
"nodeModulesDir": "auto"
The text was updated successfully, but these errors were encountered:
nodeModulesDir doesn't seem to be required, but Deno is not including types from typed-html so you'll have to do this:
nodeModulesDir
typed-html
/// <reference types="npm:typed-htmx"/> /// <reference types="npm:typed-html"/> export function foo() { return <div hx-boost="true" /> }
I'll research later if uploading the library to jsr.io fixes the issue.
Sorry, something went wrong.
No branches or pull requests
doesnt work when i do
"nodeModulesDir": "auto"
The text was updated successfully, but these errors were encountered: