Skip to content

Commit

Permalink
feat(types): improve routeBlockLang
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Feb 16, 2023
1 parent a84d659 commit 19bd892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export interface ResolvedOptions {
/**
* Language for `<route>` blocks in SFC files. Defaults to `'json5'`.
*/
routeBlockLang: string
routeBlockLang: 'yaml' | 'yml' | 'json5' | 'json'

/**
* Should generate d.ts files. Defaults to `true` if `typescript` is installed.
Expand Down

0 comments on commit 19bd892

Please sign in to comment.