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

Commit 59acaeb

Browse files
authored
Fix defaults for --importHelpers
1 parent 8ca1d14 commit 59acaeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/Compiler Options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Option | Type | Default
1818
`--experimentalDecorators`<sup>[1]</sup> | `boolean` | `false` | Enables experimental support for ES decorators.
1919
`--forceConsistentCasingInFileNames` | `boolean` | `false` | Disallow inconsistently-cased references to the same file.
2020
`--help`<br/>`-h` | | | Print help message.
21-
`--importHelpers` | `string` | | Import emit helpers (e.g. `__extends`, `__rest`, etc..) from [`tslib`](https://www.npmjs.com/package/tslib)
21+
`--importHelpers` | `boolean` | `false` | Import emit helpers (e.g. `__extends`, `__rest`, etc..) from [`tslib`](https://www.npmjs.com/package/tslib)
2222
`--inlineSourceMap` | `boolean` | `false` | Emit a single file with source maps instead of having a separate file.
2323
`--inlineSources` | `boolean` | `false` | Emit the source alongside the sourcemaps within a single file; requires `--inlineSourceMap` or `--sourceMap` to be set.
2424
`--init` | | | Initializes a TypeScript project and creates a `tsconfig.json` file.

0 commit comments

Comments
 (0)