Skip to content

Commit 48484f6

Browse files
committed
chore: update
1 parent 32fb08e commit 48484f6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/plugin-dts/src/dts.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,14 @@ export async function generateDts(data: DtsGenOptions): Promise<void> {
147147
throw Error(`Can not set "dts.bundle: true" when "dts.build = true"`);
148148
}
149149

150+
console.log(
151+
'rawCompilerOptions.declarationDir: ',
152+
rawCompilerOptions.declarationDir,
153+
);
154+
console.log(
155+
'resolve(dirname(configPath), outDir): ',
156+
resolve(dirname(configPath), outDir),
157+
);
150158
// can not set '--declarationDir' or '--outDir' when 'build: true'.
151159
if (
152160
(!rawCompilerOptions.outDir ||

0 commit comments

Comments
 (0)