Skip to content

Commit be9f5d7

Browse files
committed
docs: dts option
1 parent 60429ca commit be9f5d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/options.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,8 @@ export interface ResolvedOptions {
154154
routeBlockLang: 'yaml' | 'yml' | 'json5' | 'json'
155155

156156
/**
157-
* Should generate d.ts files. Defaults to `true` if `typescript` is installed.
157+
* Should we generate d.ts files or ont. Defaults to `true` if `typescript` is installed. Can be set to a string of
158+
* the filepath to write the d.ts files to. By default it will generate a file named `typed-router.d.ts`.
158159
*/
159160
dts: boolean | string
160161

0 commit comments

Comments
 (0)