Skip to content

Commit 352897d

Browse files
authored
fix: removed import assertion (#1944)
1 parent 7e4371f commit 352897d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ts-json-schema-generator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { createGenerator } from "./factory/generator.js";
44
import { Config } from "./src/Config.js";
55
import { BaseError } from "./src/Error/BaseError.js";
66
import { formatError } from "./src/Utils/formatError.js";
7-
import pkg from "./package.json" assert { type: "json" };
7+
import pkg from "./package.json" with { type: "json" };
88
import { dirname } from "path";
99
import { mkdirSync, writeFileSync } from "fs";
1010

0 commit comments

Comments
 (0)