-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
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
How can we use it with typescript? #1
Comments
All you need to do is add the rollup typescript plugin (see rollup plugins) to rollup.config.js. Note that I'm not 100% sure which order these plugins should go in, but I would think typescript should be at the top. If anyone else has more experience with typescript + rollup, I'd love some clarification @Victorystick @ezolenko. |
I've done this with
But with this i had to configure tsconfig.json with |
Awesome -- thanks, @stgolem. I'll add this info to the readme. |
I'm publishing a Medium article on this and will link to this issue there. Thanks everyone! |
@transitive-bullshit: did you publish a medium article for this? |
Is there any simple way to use this boilerplate with typescript + tsx?
The text was updated successfully, but these errors were encountered: