Skip to content

Commit 684c3c0

Browse files
committed
Fix tsc error display
1 parent 179c561 commit 684c3c0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/bundle.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ module.exports.default = react;`,
5858

5959
execSync(
6060
"tsc src/index.ts --declaration --emitDeclarationOnly --outDir dist --module es2020 --moduleResolution node",
61+
{ stdio: "inherit" },
6162
);
6263

6364
writeFileSync(

0 commit comments

Comments
 (0)