vite-plugin-tsc-watch
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

vite-plugin-tsc-watch npm

Plugs tsc --watch into Vite dev server. Like @nabla/vite-plugin-eslint this is a dev-only low noise plugin. It will just add logs to the dev server and not trigger an overlay while you're debugging or iterating on your code.

Installation

npm i -D vite-plugin-tsc-watch

Usage

import { defineConfig } from "vite";
import { tscPlugin } from "vite-plugin-tsc-watch";

export default defineConfig({
  plugins: [tscPlugin()],
});

Install

npm i vite-plugin-tsc-watch

DownloadsWeekly Downloads

456

Version

2.0.1

License

MIT

Unpacked Size

4.02 kB

Total Files

7

Last publish

Collaborators

  • arnaud-barre