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
Currently having trouble integrating TS into rocket. Is it supported?
Would appreciate some documentation on how to do so
The text was updated successfully, but these errors were encountered:
*.rocket.[js,md,html] will not support Typescript for now... those files should mostly be about content...
*.rocket.[js,md,html]
but yes indeed you should be able to write your components and templates in ts - not 100% sure how but I assume something with esbuild...
probably will become a dedicated "preset" so you can enable it with one npm install and one line in the config
Sorry, something went wrong.
No branches or pull requests
Currently having trouble integrating TS into rocket. Is it supported?
Would appreciate some documentation on how to do so
The text was updated successfully, but these errors were encountered: