Gatsby
1. Install gatsby-plugin-typescript
.
npm install gatsby-plugin-typescript
or
yarn add gatsby-plugin-typescript
2. Add to array of plugins
in gatsby-config.js
:
// gatsby-config.jsmodule.exports = {// ...,plugins: [...`gatsby-plugin-typescript`],};