diff --git a/README.md b/README.md index 7024058..a757fc3 100644 --- a/README.md +++ b/README.md @@ -92,10 +92,15 @@ Here are all the available options: tsconfig.compilerOptions.declarationDir - resolveFullPaths + resolveFullPath Attempt to replace incomplete import paths (those not ending in .js) with fully resolved paths (for ECMAScript Modules compatibility) false + + resolveFullExtension + Allows you to specify the extension of incomplete import paths, works with resolveFullPath + '.js' | '.mjs' | '.cjs' + silent Reduced terminal output. This is a deprecated option and no longer has any effect.