CVarisco / create-component-app

Tool to generate different types of React components from the terminal. 💻
MIT License
859 stars 58 forks source link

Can this support typescript components? #33

Closed yuanliang closed 7 years ago

yuanliang commented 7 years ago

.tsx type file typescript component

CVarisco commented 7 years ago

Sure !

To do that, specify in your config:

"jsExtension": "tsx"

Tell me if you have some trouble on it 🙂

CVarisco commented 7 years ago

I'm going to close this issue. If you have some questions open another issue.