Using Typescript

ยท

1 min read

This is not an actual article, but a part of the output from the article Experiment 1 - Importing Gatsby to Hashnode?

This means that you can create and write .ts/.tsx files for your pages, components etc. Please note that the gatsby-*.js files (like gatsby-node.js) currently don't support TypeScript yet.

For type checking you'll want to install typescript via npm and run tsc --init to create a tsconfig file.

You're currently on the page "/*" which was built on 2022-03-20 04:45 pm UTC.

To learn more, head over to our documentation about TypeScript.

Go back to the homepage

ย