Skip to content

Commit

Permalink
ok that doesnt work for some reason
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Jan 25, 2024
1 parent aa6095e commit 19a7eca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/kit/src/types/internal.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ export interface Uses {

export type ValidatedConfig = Config & {
kit: ValidatedKitConfig;
extensions: Required<Config['extensions']>;
extensions: string[];
};

export type ValidatedKitConfig = Omit<RecursiveRequired<KitConfig>, 'adapter'> & {
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1750,7 +1750,7 @@ declare module '@sveltejs/kit' {

type ValidatedConfig = Config & {
kit: ValidatedKitConfig;
extensions: Required<Config['extensions']>;
extensions: string[];
};

type ValidatedKitConfig = Omit<RecursiveRequired<KitConfig>, 'adapter'> & {
Expand Down

0 comments on commit 19a7eca

Please sign in to comment.