Skip to content

Commit

Permalink
chore: fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
szuperaz committed Apr 25, 2024
1 parent 1d8df48 commit 3623620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import typescript from "@rollup/plugin-typescript";
import replace from "@rollup/plugin-replace";

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

const nodeConfig = {
input: "index.ts",
Expand Down

0 comments on commit 3623620

Please sign in to comment.