From 8b38db5689f12b77c5cad9a011372aab6c7659eb Mon Sep 17 00:00:00 2001 From: Jay Hwang Date: Fri, 19 May 2023 05:59:59 +0900 Subject: [PATCH] Update package.json for aptos extension --- packages/@magic-ext/aptos/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/@magic-ext/aptos/package.json b/packages/@magic-ext/aptos/package.json index a4059266c..65c9256b1 100644 --- a/packages/@magic-ext/aptos/package.json +++ b/packages/@magic-ext/aptos/package.json @@ -18,6 +18,7 @@ "jsdelivr": "./dist/extension.js", "react-native": "./dist/react-native/index.native.js", "exports": { + "types": "./dist/types/index.d.ts", "import": "./dist/es/index.mjs", "require": "./dist/cjs/index.js" },