diff --git a/packages/installations-compat/package.json b/packages/installations-compat/package.json index 21c0c7c43c4..10427f222a3 100644 --- a/packages/installations-compat/package.json +++ b/packages/installations-compat/package.json @@ -8,14 +8,14 @@ "esm5": "dist/esm/index.esm.js", "exports": { ".": { - "types": "./dist/installations-compat.d.ts", + "types": "./dist/src/index.d.ts", "require": "./dist/index.cjs.js", "esm5": "./dist/esm/index.esm.js", "default": "./dist/esm/index.esm2017.js" }, "./package.json": "./package.json" }, - "typings": "dist/installations-compat.d.ts", + "typings": "dist/src/index.d.ts", "license": "Apache-2.0", "files": [ "dist"