diff --git a/packages/quicktype-core/src/input/JSONSchemaInput.ts b/packages/quicktype-core/src/input/JSONSchemaInput.ts index 88142e084..e0cf1bf23 100644 --- a/packages/quicktype-core/src/input/JSONSchemaInput.ts +++ b/packages/quicktype-core/src/input/JSONSchemaInput.ts @@ -42,8 +42,8 @@ import { messageAssert, messageError } from "../Messages"; import { StringTypes } from "../attributes/StringTypes"; import { TypeRef } from "../TypeGraph"; -import { type RunContext } from "../Run"; -import { type Input } from "./Inputs"; +import type { RunContext } from "../Run"; +import type { Input } from "./Inputs"; // There's a cyclic import here. Ignoring now because it requires a large refactor. // skipcq: JS-E1008