Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
justkey007 committed Nov 14, 2023
1 parent 3070c3c commit 830cf8c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,15 @@ Here are all the available options:
<td><code>tsconfig.compilerOptions.declarationDir</code></td>
</tr>
<tr>
<td>resolveFullPaths</td>
<td>resolveFullPath</td>
<td>Attempt to replace incomplete import paths (those not ending in <code>.js</code>) with fully resolved paths (for ECMAScript Modules compatibility)</td>
<td><code>false</code></td>
</tr>
<tr>
<td>resolveFullExtension</td>
<td>Allows you to specify the extension of incomplete import paths, works with <code>resolveFullPath</code></td>
<td><code>'.js' | '.mjs' | '.cjs'</code></td>
</tr>
<tr>
<td>silent</td>
<td>Reduced terminal output. This is a deprecated option and no longer has any effect.</td>
Expand Down

0 comments on commit 830cf8c

Please sign in to comment.