Port to TypeScript

This commit is contained in:
Kevin Kandlbinder 2022-02-04 13:34:57 +00:00 committed by GitHub
parent 01d3014e2f
commit bc429f5d69
32 changed files with 419 additions and 105 deletions

View file

@ -116,6 +116,13 @@ module.exports = {
sameAs: extConfig.sameAs,
},
plugins: [
{
resolve: `gatsby-plugin-typescript`,
options: {
isTSX: true,
allExtensions: true,
},
},
`gatsby-plugin-remove-serviceworker`,
`gatsby-plugin-eslint`,
`gatsby-plugin-image`,
@ -133,7 +140,7 @@ module.exports = {
{
resolve: `gatsby-plugin-remote-images`,
options: {
nodeType: "SocialsJson",
nodeg: "SocialsJson",
imagePath: "image",
},
},