Skip to content

Commit d5f76da

Browse files
committed
chore: update
1 parent 90eacee commit d5f76da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-dts/src/dts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ export async function generateDts(data: DtsGenOptions): Promise<void> {
164164
throw Error(
165165
`Please set ${info}: "${outDir}" in ${color.underline(
166166
configPath,
167-
)} to keep it same as Lib config.`,
167+
)} to keep it same as "dts.distPath" or "output.distPath" field in lib config.`,
168168
);
169169
}
170170
}

0 commit comments

Comments
 (0)