Skip to content
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