diff --git a/gatsby-node.js b/gatsby-node.js index bea65cdcfe..3ac10bee6e 100644 --- a/gatsby-node.js +++ b/gatsby-node.js @@ -1,13 +1,14 @@ +// /* */ // gatsby-config.js -module.exports = { - plugins: [ - { - resolve: `gatsby-plugin-typescript`, - options: { - isTSX: true, // defaults to false - jsxPragma: `jsx`, // defaults to "React" - allExtensions: true, // defaults to false - }, - }, - ], -} +// module.exports = { +// plugins: [ +// { +// resolve: `gatsby-plugin-typescript`, +// options: { +// isTSX: true, // defaults to false +// jsxPragma: `jsx`, // defaults to "React" +// allExtensions: true, // defaults to false +// }, +// }, +// ], +// }