# vite-plugin-ts-types

> A vite plugin for typescript check

Latest version **1.0.0** (published 2021-10-21) · ISC license · 0 weekly downloads

## Install

```sh
npm install vite-plugin-ts-types
pnpm add vite-plugin-ts-types
yarn add vite-plugin-ts-types
bun add vite-plugin-ts-types
```

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: no vulnerabilities; popular repo.

Warnings: low downloads; no types; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2021-10-21 |
| First published | 2021-10-20 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 21.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 18617 |
| Maintainers | clarkxia, rax-publisher |

## Links

- npm: https://www.npmjs.com/package/vite-plugin-ts-types
- Repository: https://github.com/alibaba/ice/tree/master/packages/vite-plugin-ts-checker
- npm.io page: https://npm.io/package/vite-plugin-ts-types

## Dependencies (2)

- [chalk](https://npm.io/package/chalk.md) ^4.1.1
- [@babel/code-frame](https://npm.io/package/@babel/code-frame.md) ^7.12.13

## Recent versions

- 1.0.0 (latest) — 2021-10-21
- 1.0.0-beta.2 (beta) — 2021-10-21
- 1.0.0-beta.1 — 2021-10-20
- 1.0.0-beta.0 — 2021-10-20

## README

# vite-plugin-ts-types

A vite plugin that run TypeScript check

## Getting Started

Install plugin:

```bash
$ npm install vite-plugin-ts-types -D
```

Add it to Vite config:

```js
import tsChecker from 'vite-plugin-ts-types';

export default {
  plugins: [tsChecker()],
}
```

## Options

---
_Source: https://npm.io/package/vite-plugin-ts-types · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
