diff --git a/build-debug.js b/build-debug.js index 8cc65ae..b680c93 100644 --- a/build-debug.js +++ b/build-debug.js @@ -1,7 +1,7 @@ import { buildSync } from "esbuild"; import npmDts from "npm-dts"; -import pkg from "./package.json" assert { type: "json" }; +import pkg from "./package.json" with { type: "json" }; var shared = { entryPoints: ["js/main.ts"],