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

26 lines
363 B
Plaintext

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