Skip to content

Commit 8a1ae21

Browse files
committed
docs(module): fixed #31 typo
1 parent b017512 commit 8a1ae21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ $ tsc a.ts b.ts
5454
$ tsc b.ts
5555
```
5656

57-
上面命令发现`b.ts`依赖`a.js`,就会自动寻找`a.ts`,也将其同时编译,因此编译产物还是`a.js``b.js`两个文件。
57+
上面命令发现`b.ts`依赖`a.ts`,就会自动寻找`a.ts`,也将其同时编译,因此编译产物还是`a.js``b.js`两个文件。
5858

5959
如果想将`a.ts``b.ts`编译成一个文件,可以使用`--outFile`参数。
6060

0 commit comments

Comments
 (0)