diff --git a/scripts/generate-types.ts b/scripts/generate-types.ts index 536ee538..5a56cb3e 100755 --- a/scripts/generate-types.ts +++ b/scripts/generate-types.ts @@ -2,7 +2,7 @@ import { strict as assert } from "assert"; import * as fs from "fs"; -import { JSONSchema7, JSONSchema7Definition } from "json-schema"; +import type { JSONSchema7, JSONSchema7Definition } from "json-schema"; import { format } from "prettier"; type JSONSchemaWithRef = JSONSchema7 & Required>;