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 90eacee commit d5f76daCopy full SHA for d5f76da
packages/plugin-dts/src/dts.ts
@@ -164,7 +164,7 @@ export async function generateDts(data: DtsGenOptions): Promise<void> {
164
throw Error(
165
`Please set ${info}: "${outDir}" in ${color.underline(
166
configPath,
167
- )} to keep it same as Lib config.`,
+ )} to keep it same as "dts.distPath" or "output.distPath" field in lib config.`,
168
);
169
}
170
0 commit comments