Hints. Tips. Advice.

Using TypeScript

Writings from The Revision Wizard to help you make your learning journey more magical.

Gatsby supports TypeScript by default!

This means that you can create and write .ts/.tsx files for your pages, components, and gatsby-* configuration files (for example gatsby-config.ts).

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 2026-06-06 10:24 am UTC.

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

Go back to the homepage