Replies: 1 comment
-
Please go to #34613 and you can use TypeScript with Gatsby. By the time you're reading this it's also possible that the feature already was shipped in Gatsby 4. If that is the case the RFC will be marked as done. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My
gatsby-node.js
file is becoming huge, so I am abstracting it out in different files. However, I would like to use Typescript for the helper files.I tried 2 things
helper.js
) and called it fromgatsby-node.js
file. It worked fine.helper.ts
, but I see failures ingatsby develop
commandIs it possible to leverage TypeScript to write functions and call them from
gatsby-node.js
?Thanks
Beta Was this translation helpful? Give feedback.
All reactions