You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/packages/vitepress.md
+23
Original file line number
Diff line number
Diff line change
@@ -117,3 +117,26 @@ onMounted(() => {
117
117
</button>
118
118
</template>
119
119
```
120
+
121
+
### File System Cache
122
+
123
+
To speed up the build process, you can enable the file system cache for the generated types, that shares across multiple builds. By default the cache is stored in the `.vitepress/cache/twoslash` along with other VitePress caches.
124
+
125
+
In your [`.vitepress/config.ts`](https://vitepress.dev/reference/site-config):
0 commit comments