Skip to content

Commit

Permalink
tsconfig reference documents isolatedModules conditional activation (#…
Browse files Browse the repository at this point in the history
…3179)

Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
  • Loading branch information
daniele-orlando and jakebailey committed Jul 10, 2024
1 parent 4503af7 commit a60c8bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ tsc app.ts util.ts --target esnext --outfile index.js
<td><code><a href='/tsconfig/#isolatedModules'>--isolatedModules</a></code></td>
<td><p><code>boolean</code></p>
</td>
<td><p><code>false</code></p>
<td><p><code>true</code> if <a href="#verbatimModuleSyntax"><code>verbatimModuleSyntax</code></a>; <code>false</code> otherwise.</p>
</td>
</tr>
<tr class="option-description even"><td colspan="3">
Expand Down
1 change: 1 addition & 0 deletions packages/tsconfig-reference/scripts/tsconfigRules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ export const defaultsForOptions = {
],
include: ["`[]` if [`files`](#files) is specified;", "`**/*` otherwise."],
incremental: trueIf("composite"),
isolatedModules: trueIf("verbatimModuleSyntax"),
jsxFactory: "React.createElement",
locale: "Platform specific.",
module: [
Expand Down

0 comments on commit a60c8bc

Please sign in to comment.