Skip to content

Commit 90eacee

Browse files
committed
chore: update
1 parent 7132d79 commit 90eacee

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
@@ -145,7 +145,7 @@ export async function generateDts(data: DtsGenOptions): Promise<void> {
145145
if (build) {
146146
// do not allow to use bundle DTS when 'build: true' since temp declarationDir should be set by user in tsconfig
147147
if (bundle) {
148-
throw Error(`Can not set "dts.bundle: true" when "dts.build = true"`);
148+
throw Error(`Can not set "dts.bundle: true" when "dts.build: true"`);
149149
}
150150

151151
// can not set '--declarationDir' or '--outDir' when 'build: true'.

0 commit comments

Comments
 (0)