Skip to content

Conversation

marcveens
Copy link
Owner

No description provided.

@Copilot Copilot AI review requested due to automatic review settings July 3, 2025 07:46
@marcveens marcveens merged commit 13878b3 into main Jul 3, 2025
3 of 6 checks passed
@marcveens marcveens deleted the fix/with-type branch July 3, 2025 07:46
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adjusts the JSON import assertion syntax in the Rollup configuration to address a TypeScript import issue.

  • Replaced the assert { type: 'json' } clause with with { type: 'json' } on the JSON import.
  • No other functional changes were made.
Comments suppressed due to low confidence (1)

rollup.config.js:4

  • The ESM JSON import assertion syntax requires assert { type: 'json' }, not with { type: 'json' }. Please revert to assert or update your TS/Node configuration to support standard import assertions.
import pkg from './package.json' with { type: 'json' };

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