Skip to content

Commit

Permalink
fix(tsbb): Fix the type output issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 27, 2021
1 parent ae2c047 commit 2b4702c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/tsbb/src/utils/watchCompile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ export async function watchCompile(
if ((tsOptions.noEmit && disableBabel) || (tsOptions.noEmit && !disableBabel)) {
return;
}

if (tsOptions.noEmit || !disableBabel) {
return;
}
compilerOptions.noEmit = false;
const sysOverride: ts.System = {} as ts.System;
for (let key in ts.sys) {
Expand Down

0 comments on commit 2b4702c

Please sign in to comment.