
Security News
NIST Under Federal Audit for NVD Processing Backlog and Delays
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
vite-plugin-tsc-watch
Advanced tools
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.
npm i -D vite-plugin-tsc-watch
import { defineConfig } from "vite";
import { tscWatch } from "vite-plugin-tsc-watch";
export default defineConfig({
plugins: [tscWatch()],
});
To ensure .ts
and .tsx
files are not needlessly transpiled to .js
files littering your codebase, set compilerOptions.noEmit: true
in your tsconfig.json
.
3.1.0
FAQs
Plugs tsc --watch into Vite dev server
The npm package vite-plugin-tsc-watch receives a total of 1,338 weekly downloads. As such, vite-plugin-tsc-watch popularity was classified as popular.
We found that vite-plugin-tsc-watch demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
Research
Security News
Socket’s Threat Research Team has uncovered 60 npm packages using post-install scripts to silently exfiltrate hostnames, IP addresses, DNS servers, and user directories to a Discord-controlled endpoint.
Security News
TypeScript Native Previews offers a 10x faster Go-based compiler, now available on npm for public testing with early editor and language support.