We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a3f11d commit cda810cCopy full SHA for cda810c
packages/core/src/config.ts
@@ -923,7 +923,7 @@ const composeDtsConfig = async (
923
return {
924
plugins: [
925
pluginDts({
926
- // only set dts.bundle to true can generate bundle DTS
+ // Only setting dts.bundle to true will generate the bundled d.ts.
927
bundle: dts?.bundle ?? false,
928
distPath: dts?.distPath ?? output?.distPath?.root ?? './dist',
929
abortOnError: dts?.abortOnError ?? true,
0 commit comments