hagnerd / gatsby-starter-blog-mdx

Live Demo
https://gatsby-starter-blog-mdx-demo.netlify.com
MIT License
67 stars 43 forks source link

TypeScript support #20

Open jayantbh opened 4 years ago

jayantbh commented 4 years ago

I was using this starter for a project, but I try to write as much of my code in TS as possible. It wasn't too difficult to get it working with TS.

I'm open to submitting a PR for this. Let me know your thoughts on this.

hagnerd commented 4 years ago

For the sake of making this starter accessible to more people I think I would prefer to keep it just JavaScript, but I highly encourage you to fork this starter and add TypeScript. Drop a link if you do and I'll add a link to the README.

jayantbh commented 4 years ago

Sounds like a plan! I'll do this soon enough and share right in this thread.