Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

watch 应为监视,更符合大多数人的习惯。 #290

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/project/compilationContext.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
- 运行 tsc,它会在当前目录或者是父级目录寻找 `tsconfig.json` 文件。
- 运行 `tsc -p ./path-to-project-directory` 。当然,这个路径可以是绝对路径,也可以是相对于当前目录的相对路径。

你甚至可以使用 `tsc -w` 来启用 TypeScript 编译器的观测模式,在检测到文件改动之后,它将重新编译。
你甚至可以使用 `tsc -w` 来启用 TypeScript 编译器的监视模式,在检测到文件改动之后,它将重新编译。

## 指定文件

Expand Down