Skip to content
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

Make source maps configurable, source files have their own folder #18

Merged
merged 2 commits into from
Oct 2, 2024

Conversation

jacob-alford
Copy link
Collaborator

There was an issue with NextJS where it was typechecking all TypeScript files, even if they weren't part of the package export. This moves the source files emitted while using build-tools to their own directory "source-files" in hopes that the name collision between a TypeScript file and a declaration file can be avoided.

@jacob-alford jacob-alford merged commit 1607bb7 into main Oct 2, 2024
3 checks passed
@jacob-alford jacob-alford deleted the ja/source-files branch October 2, 2024 23:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant