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 7132d79 commit 90eaceeCopy full SHA for 90eacee
packages/plugin-dts/src/dts.ts
@@ -145,7 +145,7 @@ export async function generateDts(data: DtsGenOptions): Promise<void> {
145
if (build) {
146
// do not allow to use bundle DTS when 'build: true' since temp declarationDir should be set by user in tsconfig
147
if (bundle) {
148
- throw Error(`Can not set "dts.bundle: true" when "dts.build = true"`);
+ throw Error(`Can not set "dts.bundle: true" when "dts.build: true"`);
149
}
150
151
// can not set '--declarationDir' or '--outDir' when 'build: true'.
0 commit comments