diff --git a/rollup.config.mjs b/rollup.config.mjs index 3f7b5fc..5237232 100644 --- a/rollup.config.mjs +++ b/rollup.config.mjs @@ -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";