diff --git a/gatsby-config.js b/gatsby-config.js index b85ef2e..e3eea33 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -3,5 +3,5 @@ module.exports = { siteUrl: "https://www.yourdomain.tld", title: "infoscreen_gatsby", }, - plugins: [], + plugins: ["gatsby-plugin-typescript"], }; diff --git a/src/pages/index.js b/src/pages/index.tsx similarity index 100% rename from src/pages/index.js rename to src/pages/index.tsx