diff --git a/plugins/store/package.json b/plugins/store/package.json index 02e5d230..81c607e5 100644 --- a/plugins/store/package.json +++ b/plugins/store/package.json @@ -9,10 +9,10 @@ "type": "module", "browser": "dist-js/index.min.js", "module": "dist-js/index.mjs", - "types": "dist-js/index.d.ts", + "types": "dist-js/dist/index.d.ts", "exports": { "import": "./dist-js/index.mjs", - "types": "./dist-js/index.d.ts", + "types": "./dist-js/dist/index.d.ts", "browser": "./dist-js/index.min.js" }, "scripts": {