Type checker for Vue SFCs with TypeScript 7 integration
npm install vue-tsgo


Type checker for Vue SFCs with TypeScript 7 integration.
This project includes a lightweight subset of @vue/language-core designed for type checking only environments.
It works by emulating TypeScript's path resolution behavior when creating a project, writing a virtual workspace into a temporary directory, where all Vue SFCs are transformed into real TS files and handed off to tsgo for type checking and diagnostic reporting.
``bash`
pnpm i -D vue-tsgo
`bash``
pnpm vue-tsgo --project .nuxt/tsconfig.app.json