Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Update Compiler Options.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRosenwasser authored Aug 3, 2018
1 parent 8e9270b commit 8e974c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/Compiler Options.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Option | Type | Default | Description
-----------------------------------------------|-----------|--------------------------------|----------------------------------------------------------------------
`--allowJs` | `boolean` | `false` | Allow JavaScript files to be compiled.
`--allowSyntheticDefaultImports` | `boolean` | `module === "system"` or `--esModuleInterop` | Allow default imports from modules with no default export. This does not affect code emit, just typechecking.
`--allowSyntheticDefaultImports` | `boolean` | `module === "system"` or `--esModuleInterop` is set and `module` is not `es2015`/`esnext` | Allow default imports from modules with no default export. This does not affect code emit, just typechecking.
`--allowUnreachableCode` | `boolean` | `false` | Do not report errors on unreachable code.
`--allowUnusedLabels` | `boolean` | `false` | Do not report errors on unused labels.
`--alwaysStrict` | `boolean` | `false` | Parse in strict mode and emit `"use strict"` for each source file
Expand Down

0 comments on commit 8e974c8

Please sign in to comment.