Skip to content

crummy/vite-plugin-tsc-watch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()],
});

About

Plugs tsc --watch into Vite dev server

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%