crana icon indicating copy to clipboard operation
crana copied to clipboard

Support for TypeScript

Open joshsaintjacque opened this issue 6 years ago • 1 comments

Any thoughts about adding support for TypeScript and associated packages (e.g., TSLint)?

It would be amazing to be able to scaffold a React/Node application with TypeScript on the frontend and backend.

joshsaintjacque avatar Oct 30 '18 19:10 joshsaintjacque

Extensions are the next feature which are planned to be shipped with Crana. I am currently working on that, you can have a look at the roadmap under "projects". With this, it should be fairly easy to write a TS extension at least for the frontend, and this should definetly be one of the first extensions. For the backend it could become a bit more difficult, as there is currently no transpiling step involved. But there should be a way to somehow also modify this behaviour via extensions.

scriptify avatar Oct 30 '18 22:10 scriptify