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-tsc
to check my.md
files in a VitePress project.I have this working in VS Code with Volar (1.8.6,
vue.server.vitePress.supportMdFile
enabled). I don't know whether there's a similar setting forvue-tsc
or 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
.md
files withvue-tsc
is 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.md
files aren't being checked.Beta Was this translation helpful? Give feedback.
All reactions