Vite plugin that runs TypeScript type checking in a separate process, reporting errors in the console and overlay. Current stable version appears to be 1.0.0 but the package has very limited information and appears to be from the legacy '@ice/app' monorepo. This plugin provides type checking during development and builds, similar to vite-plugin-checker or fork-ts-checker-webpack-plugin. However, it has minimal documentation and is not actively maintained; the latest release notes are from a separate monorepo (ice) and the actual plugin code is not well described. It likely integrates with Vite's dev server and build process to perform TypeScript diagnostics.
npm install vite-plugin-ts-typesVerified import paths — ran on the pinned version, not inferred.
Shows basic setup with build-only type checking using the plugin.
Replace with vite-plugin-checker.
Use an alternative plugin.
Refer to source code for other options.
Use import statement or dynamic import().
Use require('vite-plugin-ts-types').default or switch to import.Run npm install vite-plugin-ts-types -D