Skip to content

Conversation

@TrevorBurnham
Copy link

Previously, the build was failing due to module resolution issues with the copy-anything dependency and .js file extensions in imports. Using the more modern node16 module resolution approach solves this.

I've also removed downlevelIteration (no effect when targeting ES2020) and added skipLibCheck (avoids throwing type errors due to inconsistencies within dependencies).

Previously, the build was failing due to module resolution issues with the copy-anything dependency and .js file extensions in imports. Using the more modern node16 module resolution approach solves this. I've also removed downlevelIteration (no effect when targeting ES2020) and added skipLibCheck (avoids throwing type errors due to inconsistencies within dependencies).
@TrevorBurnham TrevorBurnham requested a review from Skn0tt as a code owner August 26, 2025 02:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant