diff --git a/packages/vite/src/node/index.ts b/packages/vite/src/node/index.ts index 58dad36fa82ec1..7f80e8347a17bc 100644 --- a/packages/vite/src/node/index.ts +++ b/packages/vite/src/node/index.ts @@ -135,6 +135,7 @@ export type { } from './plugins/css' export type { JsonOptions } from './plugins/json' export type { EsbuildTransformOptions } from 'types/internal/esbuildOptions' +export type { OxcOptions } from './plugins/oxc' export type { ESBuildOptions, ESBuildTransformResult } from './plugins/esbuild' export type { Manifest, ManifestChunk } from './plugins/manifest' export type { ResolveOptions, InternalResolveOptions } from './plugins/resolve'