Volar in VS Code already supports type checking VitePress markdown files via vue.server.vitePress.supportMdFile. I'd like to be able to run type checking for .md files from the command line using vue-tsc.
The use case is a pre-commit hook that I'm using to run type checks prior to every commit.