Skip to content

Commit

Permalink
fix(config): add $schema property to types
Browse files Browse the repository at this point in the history
Closes #200
Closes #207
Closes #236
  • Loading branch information
JamieMason committed Jul 24, 2024
1 parent e85b234 commit ee54fd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/config/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ export interface CliConfig {
}

export interface RcConfig {
/** @see https://jamiemason.github.io/syncpack/integrations/json-schema */
$schema?: string;
/** @see https://jamiemason.github.io/syncpack/config/custom-types */
customTypes: Record<string, CustomTypeConfig.Any>;
/** @see https://jamiemason.github.io/syncpack/config/dependency-types */
Expand Down

0 comments on commit ee54fd7

Please sign in to comment.