Skip to content

Commit

Permalink
fix: jsr error
Browse files Browse the repository at this point in the history
  • Loading branch information
Rettend committed Aug 17, 2024
1 parent 50e30de commit f6bff6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ export async function resolveConfig<T extends Config>(
}
}

export function defineConfig(config: Partial<Config>) {
export function defineConfig(config: Partial<Config>): Config {
return config
}

0 comments on commit f6bff6b

Please sign in to comment.