Skip to content

Commit 2b4702c

Browse files
committedSep 27, 2021
fix(tsbb): Fix the type output issue.
1 parent ae2c047 commit 2b4702c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎packages/tsbb/src/utils/watchCompile.ts

-4
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,6 @@ export async function watchCompile(
6161
if ((tsOptions.noEmit && disableBabel) || (tsOptions.noEmit && !disableBabel)) {
6262
return;
6363
}
64-
65-
if (tsOptions.noEmit || !disableBabel) {
66-
return;
67-
}
6864
compilerOptions.noEmit = false;
6965
const sysOverride: ts.System = {} as ts.System;
7066
for (let key in ts.sys) {

0 commit comments

Comments
 (0)
Please sign in to comment.