This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

vite-plugin-fork-ts-checker
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

vite-plugin-fork-ts-checker

A vite plugin that run TypeScript check. Fork from vite-plugin-ts-types, This is a es_module library.

install

npm i vite-plugin-fork-ts-checker -D

Example

// vite.config.ts or vite.config.js
import tsChecker from 'vite-plugin-fork-ts-checker';

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

Package Sidebar

Install

npm i vite-plugin-fork-ts-checker

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

8.09 kB

Total Files

8

Last publish

Collaborators

  • caixue