Closed
Description
Summary
There has been some discussion about making Gatsby easier to contribute to via TypeScript. I've been playing around with this idea in Gatsby and wanted to share what I was doing. I've modified the babel configs and such to make this possible in gatsby core and in plugins.
I'm completely new to typescript so there's somethings I probably don't have correct or haven't figured out yet.
Branch: https://github.com/gatsbyjs/gatsby/tree/typescript
Related:
#10897