-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gatsby-plugin-typescript should ignore .d.ts
files in pages
dir
#3050
Comments
Seems reasonable! Would you like to add support for this to https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby/src/internal-plugins/component-page-creator/validate-path.js? |
This was referenced Sep 17, 2021
This was referenced Jan 12, 2022
This was referenced Jan 13, 2022
This was referenced Feb 9, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Having types declaration file in
src/pages
causes error, because Gatsby tries to build it to html. It should be ignored for creating pages.The text was updated successfully, but these errors were encountered: