Skip to content

Commit

Permalink
Stash
Browse files Browse the repository at this point in the history
  • Loading branch information
rpnzl committed Aug 16, 2024
1 parent 3bb5d2b commit ca0a64e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ export interface Options {
* A [Prettier](https://prettier.io/docs/en/options.html) configuration.
*/
style: PrettierOptions
/**
* TODO: info
*/
tsTypes: Record<string, string>,
/**
* Generate code for `definitions` that aren't referenced by the schema?
*/
Expand Down Expand Up @@ -103,6 +107,7 @@ export const DEFAULT_OPTIONS: Options = {
trailingComma: 'none',
useTabs: false,
},
tsTypes: {},
unreachableDefinitions: false,
unknownAny: true,
}
Expand Down

0 comments on commit ca0a64e

Please sign in to comment.