diff --git a/gatsby-config.js b/gatsby-config.js index c97803c..8559b6b 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -6,7 +6,6 @@ module.exports = { }, plugins: [ `gatsby-plugin-react-helmet`, - `gatsby-plugin-typescript`, `gatsby-plugin-styled-components`, { resolve: `gatsby-plugin-prefetch-google-fonts`, diff --git a/package.json b/package.json index 99807ca..fac8917 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,6 @@ "gatsby-plugin-react-svg": "^3.0.0", "gatsby-plugin-sharp": "^2.6.2", "gatsby-plugin-styled-components": "^3.3.1", - "gatsby-plugin-typescript": "^2.4.2", "gatsby-remark-auto-headers": "^1.0.3", "gatsby-remark-katex": "^3.3.1", "gatsby-source-filesystem": "^2.3.1",