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 d267a3d commit 1bb588eCopy full SHA for 1bb588e
packages/plugin-dts/src/tsc.ts
@@ -26,9 +26,6 @@ export function emitDts(
26
emitDeclarationOnly: true,
27
};
28
29
- // api-extractor doesn't support watch mode
30
- // and tsc watch compiler API host doesn't have a writeFile hook so that we can not get the entry dts file easily
31
- // so we use tsc build in bundle mode
32
if (!isWatch) {
33
const host: ts.CompilerHost = ts.createCompilerHost(compilerOptions);
34
0 commit comments