We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60429ca commit be9f5d7Copy full SHA for be9f5d7
src/options.ts
@@ -154,7 +154,8 @@ export interface ResolvedOptions {
154
routeBlockLang: 'yaml' | 'yml' | 'json5' | 'json'
155
156
/**
157
- * Should generate d.ts files. Defaults to `true` if `typescript` is installed.
+ * 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`.
159
*/
160
dts: boolean | string
161
0 commit comments