Skip to content

Commit

Permalink
build: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kripod committed May 14, 2024
1 parent 4104178 commit fd10659
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,6 +1,6 @@
import ts from "rollup-plugin-ts";

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

const rootDir = "reset-scoped";
const outDir = "reset-scoped";
Expand Down

0 comments on commit fd10659

Please sign in to comment.