diff --git a/packages/cluster-settings/package.json b/packages/cluster-settings/package.json index 3d1f3ab5e6..52da58545f 100644 --- a/packages/cluster-settings/package.json +++ b/packages/cluster-settings/package.json @@ -9,8 +9,8 @@ "access": "public", "registry": "https://registry.npmjs.org/" }, - "main": "./dist/index.js", - "types": "./dist/index.d.ts", + "main": "dist/index.js", + "types": "dist/index.d.ts", "files": [ "dist" ],