diff --git a/README.md b/README.md index a757fc3..4954981 100644 --- a/README.md +++ b/README.md @@ -92,13 +92,13 @@ Here are all the available options: tsconfig.compilerOptions.declarationDir - resolveFullPath + resolveFullPaths 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 + Allows you to specify the extension of incomplete import paths, works with resolveFullPaths '.js' | '.mjs' | '.cjs'