typedoc-vite
v0.0.2
Published
A Vite plugin that generates TypeDoc documentation with HMR.
Readme
Typedoc Vite
A Vite plugin that generates TypeDoc documentation with HMR.
Install
npm install -D typedoc-viteUsage
// vite.config.ts
import { defineConfig } from 'vite'
import { typedocVite } from 'typedoc-vite'
export default defineConfig({
publicDir: 'docs',
plugins: [
typedocVite({
entryPoints: ['./src/**/*.ts'],
}),
],
})npx viteLicense
Distributed under the MIT License. See LICENSE for more information.
