You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: pages/Compiler Options.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Option | Type | Default
8
8
`--allowUnusedLabels` | `boolean` | `false` | Do not report errors on unused labels.
9
9
`--alwaysStrict` | `boolean` | `false` | Parse in strict mode and emit `"use strict"` for each source file
10
10
`--baseUrl` | `string` | | Base directory to resolve non-relative module names. See [Module Resolution documentation](./Module Resolution.md#base-url) for more details.
11
-
`--build`<br/>`-b` | `boolean` | `false` | Builds this project and all of its dependencies specified by [project references](./project-references.md). Note that this flag is not compatible with others on this page. See more [here](./project-references.md)
11
+
`--build`<br/>`-b` | `boolean` | `false` | Builds this project and all of its dependencies specified by [Project References](./Project References.md). Note that this flag is not compatible with others on this page. See more [here](./project-references.md)
12
12
`--charset` | `string` | `"utf8"` | The character set of the input files.
13
13
`--checkJs` | `boolean` | `false` | Report errors in `.js` files. Use in conjunction with `--allowJs`.
0 commit comments