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 0bd4426 commit ff86b70Copy full SHA for ff86b70
documentation/docs/98-reference/54-types.md
@@ -25,7 +25,7 @@ To solve this problem, SvelteKit generates `.d.ts` files for each of your endpoi
25
26
```ts
27
/// file: .svelte-kit/types/src/routes/[foo]/[bar]/[baz]/$types.d.ts
28
-/// link: false
+/// link: true
29
import type * as Kit from '@sveltejs/kit';
30
31
type RouteParams = {
0 commit comments