diff --git a/packages/plugin-dts/src/index.ts b/packages/plugin-dts/src/index.ts index 943bc0b29..f48507d34 100644 --- a/packages/plugin-dts/src/index.ts +++ b/packages/plugin-dts/src/index.ts @@ -12,7 +12,7 @@ export type pluginDtsOptions = { export const PLUGIN_DTS_NAME = 'rsbuild:dts'; // use ts compiler API to generate bundleless dts -// TODO: use ts compiler API and api-extractor to generate dts bundle +// use ts compiler API and api-extractor to generate dts bundle // TODO: support watch mode // TODO: support incremental build, to build one or more projects and their dependencies // TODO: support autoExtension for dts files