Skip to content

Commit

Permalink
compiler options: explaining typeRoots CLI interface a bit
Browse files Browse the repository at this point in the history
Having `typeRoots` via CLI is not trivial and right now not documented.
  • Loading branch information
HolgerJeromin authored Jun 11, 2024
1 parent 7cdd061 commit 680e151
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1409,7 +1409,7 @@ tsc app.ts util.ts --target esnext --outfile index.js
</td>
</tr>
<tr class="option-description even"><td colspan="3">
<p>Specify multiple folders that act like <code>./node_modules/@types</code>.</p>
<p>Specify multiple folders that act like <code>./node_modules/@types</code>. Note that the commandline accepts null (as <code>--typeRoots 'null'</code>) or a comma seperated list of paths.</p>
</td></tr>

<tr class='odd' name='types'>
Expand Down

0 comments on commit 680e151

Please sign in to comment.