Skip to content
This repository was archived by the owner on Mar 14, 2026. It is now read-only.

Commit b9aa55a

Browse files
committed
Fix TypeScript 5.9.3 compile script to run tsc without arguments
This change removes the unnecessary '*.ts' argument from the tsc command, ensuring the compiler uses the default tsconfig.json settings for compilation.
1 parent 5563ae8 commit b9aa55a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/typescript/5.9.3/compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ TARGET_NODE_MODULES_DIR="node_modules"
55

66
ln -s "$SOURCE_NODE_MODULES_DIR" "$TARGET_NODE_MODULES_DIR"
77

8-
tsc *.ts
8+
tsc

0 commit comments

Comments
 (0)