VitePress markdown support with vue-tsc #3448
Unanswered
skirtles-code
asked this question in
Q&A
Replies: 1 comment
-
|
I've had confirmation that this isn't currently supported, so I've opened a feature request at #3472. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use
vue-tscto check my.mdfiles in a VitePress project.I have this working in VS Code with Volar (1.8.6,
vue.server.vitePress.supportMdFileenabled). I don't know whether there's a similar setting forvue-tscor how to pass such a setting if it does exist.Based on 53315dd, it looks like it might have worked at some point in the past, but I'm unclear whether checking
.mdfiles withvue-tscis currently supported.Background: I have a pre-commit hook that I use to run type-checking on every commit. Currently the
<script setup lang="ts">sections in my.mdfiles aren't being checked.Beta Was this translation helpful? Give feedback.
All reactions