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.
`--allowJs` | `boolean` | `false` | Allow JavaScript files to be compiled.
6
-
`--allowSyntheticDefaultImports` | `boolean` | `module === "system"` or `--esModuleInterop` | Allow default imports from modules with no default export. This does not affect code emit, just typechecking.
6
+
`--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.
7
7
`--allowUnreachableCode` | `boolean` | `false` | Do not report errors on unreachable code.
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
0 commit comments