Skip to content

Commit

Permalink
Use with instad of assert when importing json
Browse files Browse the repository at this point in the history
  • Loading branch information
MaybeJustJames committed Aug 16, 2024
1 parent fbf4ed2 commit f0990ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-debug.js
Original file line number Diff line number Diff line change
@@ -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"],
Expand Down

0 comments on commit f0990ce

Please sign in to comment.