astro-ghostcms/.pnpm-store/v3/files/0c/dd6c7109f4c2300df987570fb3f...

26 lines
444 B
Plaintext

# volar-service-typescript-twoslash-queries
Volar plugin for [Typescript Twoslash queries](https://www.typescriptlang.org/dev/twoslash/).
## Installation
```sh
npm install volar-service-typescript-twoslash-queries
```
## Usage
`volar.config.js`
```js
module.exports = {
services: [
require('volar-service-typescript-twoslash-queries').create(),
],
};
```
## License
[MIT](LICENSE) © [Johnson Chu](https://github.com/johnsoncodehk)