Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
justkey007 authored Nov 14, 2023
1 parent 830cf8c commit de8a5bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,13 @@ Here are all the available options:
<td><code>tsconfig.compilerOptions.declarationDir</code></td>
</tr>
<tr>
<td>resolveFullPath</td>
<td>resolveFullPaths</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>Allows you to specify the extension of incomplete import paths, works with <code>resolveFullPaths</code></td>
<td><code>'.js' | '.mjs' | '.cjs'</code></td>
</tr>
<tr>
Expand Down

0 comments on commit de8a5bc

Please sign in to comment.