Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
fix: schema generator import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Jan 10, 2024
1 parent 8c7bff0 commit d40e6a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/schemaGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
SchemaGenerator,
SubTypeFormatter
} from 'ts-json-schema-generator';
import { Schema } from 'ts-json-schema-generator/src/Schema/Schema';
import { Schema } from 'ts-json-schema-generator/dist/src/Schema/Schema';

class CustomTypeFormatter implements SubTypeFormatter {
public supportsType(type: FunctionType): boolean {
Expand Down

0 comments on commit d40e6a8

Please sign in to comment.