Skip to content

Commit 24dc7e0

Browse files
committed
Update rollup.config.mjs
1 parent c7a29c5 commit 24dc7e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import typescript from "@rollup/plugin-typescript";
2-
import pkg from "./package.json" assert { type: "json" };
2+
import pkg from "./package.json" with { type: "json" };
33

44
const external = (id) =>
55
[

0 commit comments

Comments
 (0)