Merge pull request #2 from hey-lee/main-1

Update basic.md
This commit is contained in:
Ruan YiFeng
2023-08-08 12:10:08 +08:00
committed by GitHub

View File

@@ -175,7 +175,7 @@ tsc 有很多参数,可以调整编译行为。
$ tsc file1.ts file2.ts --outFile app.js
```
上面命令将`file1.ts``file2.ts`两个脚本编译成一个 JavaScript 文件`app.ts`
上面命令将`file1.ts``file2.ts`两个脚本编译成一个 JavaScript 文件`app.js`
**2--outDir**