We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e4371f commit 352897dCopy full SHA for 352897d
ts-json-schema-generator.ts
@@ -4,7 +4,7 @@ import { createGenerator } from "./factory/generator.js";
4
import { Config } from "./src/Config.js";
5
import { BaseError } from "./src/Error/BaseError.js";
6
import { formatError } from "./src/Utils/formatError.js";
7
-import pkg from "./package.json" assert { type: "json" };
+import pkg from "./package.json" with { type: "json" };
8
import { dirname } from "path";
9
import { mkdirSync, writeFileSync } from "fs";
10
0 commit comments