Skip to content

Commit

Permalink
chore(ci): fix type import assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Jan 20, 2025
1 parent 932e74f commit a229bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ async function createConfig(pkg, format) {

// An import assertion in a dynamic import
const { default: info } = await import(path.resolve(__dirname, `../packages/${pkg}/package.json`), {
assert: {
with: {
type: 'json',
},
});
Expand Down

0 comments on commit a229bd8

Please sign in to comment.