Skip to content

Commit eab3f87

Browse files
authoredAug 8, 2023
Merge pull request wangdoc#2 from hey-lee/main-1
Update basic.md
2 parents ad71bc0 + a4e3d15 commit eab3f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/basic.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ tsc 有很多参数,可以调整编译行为。
175175
$ tsc file1.ts file2.ts --outFile app.js
176176
```
177177

178-
上面命令将`file1.ts``file2.ts`两个脚本编译成一个 JavaScript 文件`app.ts`
178+
上面命令将`file1.ts``file2.ts`两个脚本编译成一个 JavaScript 文件`app.js`
179179

180180
**(2)--outDir**
181181

0 commit comments

Comments
 (0)
Please sign in to comment.