vite-plugin-lib-types
Type generator
Generates TypeScript declarations during library builds for compatibility with other languages and frameworks.
Generate typescript declarations
6 stars
0 watching
1 forks
Language: TypeScript
last commit: 10 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
qmhc/vite-plugin-dts | Generates .d.ts files for TypeScript projects using the Vite plugin architecture | 1,308 |
herberttn/vite-plugin-typescript-transform | Applies TypeScript compiler during Vite's build phase to support limited features not yet supported by esbuild. | 16 |
laravel/vite-plugin | Configures Vite for use with a Laravel backend server | 806 |
kahirokunn/vuedts | Automatically generates TypeScript declaration files for Vue.js components | 20 |
hemengke1997/vite-plugin-public-typescript | A Vite plugin that injects TypeScript into HTML templates to enable type-safe HTML rendering. | 12 |
yzydeveloper/vite-plugin-babel-compiler | A plugin for Vite that uses Babel to compile TypeScript code and work around some experimental features not supported by Esbuild. | 24 |
qc2168/vite-plugin-vitepress-auto-sidebar | Automatically generates sidebar data from markdown files based on VitePress | 104 |
milesj/babel-plugin-typescript-to-proptypes | Converts TypeScript interfaces and type aliases to React PropTypes | 367 |
gedouu/vite-plugin-generate-html | Generates HTML output files with <script> and <link> elements from entry points. | 8 |
simenandre/generate-runtypes | A code generator for Runtypes types to create boilerplate TypeScript definitions | 17 |
kolirt/vite-plugin-robots | Generates robots.txt files based on build mode | 9 |
cdklabs/jsii-srcmak | Generates source code in multiple languages from TypeScript | 20 |
frogbob/vue-ts-component-generator | Automates the creation of new Vue TypeScript components with support for customizable naming conventions and component paths. | 5 |
fuselabs/jsxtyper | Automatically generates TypeScript interfaces from JSX files to improve code type safety and prevent typos at build-time. | 37 |
mistlog/typetype | A TypeScript library for generating complex types from functional logic | 416 |