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

Commit

Permalink
Merge pull request #816 from NMinhNguyen/allowSyntheticDefaultImports…
Browse files Browse the repository at this point in the history
…-if-esModuleInterop

Revert "Update Compiler Options.md"
  • Loading branch information
RyanCavanaugh authored Feb 14, 2019
2 parents 1df5b9b + 6b34601 commit 3c72341
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` 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.
`--allowSyntheticDefaultImports` | `boolean` | `module === "system"` or `--esModuleInterop` | 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 3c72341

Please sign in to comment.