diff --git a/packages/string-helpers/package.json b/packages/string-helpers/package.json index 659e707a06..f2a8e00dca 100644 --- a/packages/string-helpers/package.json +++ b/packages/string-helpers/package.json @@ -22,11 +22,11 @@ }, "main": "dist/cjs/index.js", "module": "dist/esm/index.js", - "types": "dist/esm/index.d.ts", + "types": "dist/ts3.4/index.d.ts", "typesVersions": { - "<4.1": { + ">=4.1": { "*": [ - "dist/ts3.4/*" + "dist/esm/*" ] } },