-
Notifications
You must be signed in to change notification settings - Fork 30
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
Cannot run create-react-app with typescript #46
Comments
To use TypeScript with jetpack, you currently need a bit of extra config. I had to do the following to get
Not pretty, but I don't personally use TypeScript, so haven't spent the effort to make this nicer. |
I think CRA is not using ts-loader and that's why the tsconfig.json is a bit different there. If we did something more similar in jetpack to what CRA does with typescript, maybe in the general TS support would become simpler. |
Thanks for helping me.
When i made config changes from doc, HMR start working, but warning still appears. |
create jetpack.config.js from doc
The text was updated successfully, but these errors were encountered: