We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b882d74 + eab3f87 commit 89efca3Copy full SHA for 89efca3
docs/basic.md
@@ -175,7 +175,7 @@ tsc 有很多参数,可以调整编译行为。
175
$ tsc file1.ts file2.ts --outFile app.js
176
```
177
178
-上面命令将`file1.ts`和`file2.ts`两个脚本编译成一个 JavaScript 文件`app.ts`。
+上面命令将`file1.ts`和`file2.ts`两个脚本编译成一个 JavaScript 文件`app.js`。
179
180
**(2)--outDir**
181
docs/tsconfig.json.md
@@ -333,7 +333,7 @@ obj.foo = undefined; // 报错
333
334
### inlineSourceMap
335
336
-`inlineSourceMap`设置将 SourceMap 文件写入编译后的 JS 文件中,否则会单独生称一个`.js.map`文件。
+`inlineSourceMap`设置将 SourceMap 文件写入编译后的 JS 文件中,否则会单独生成一个`.js.map`文件。
337
338
### inlineSources
339
0 commit comments