Skip to content

Commit

Permalink
fix unsupported import assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
dcastil committed Dec 22, 2024
1 parent a8c9a4a commit 367c8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { defineConfig } from 'rollup'
import del from 'rollup-plugin-delete'
import { dts } from 'rollup-plugin-dts'

import pkg from '../package.json' assert { type: 'json' }
import pkg from '../package.json' with { type: 'json' }

export default defineConfig([
// Default entry point
Expand Down

0 comments on commit 367c8c2

Please sign in to comment.