diff --git a/packages/keyring-core/package.json b/packages/keyring-core/package.json index 0ca8ea7b..2b3b59cd 100644 --- a/packages/keyring-core/package.json +++ b/packages/keyring-core/package.json @@ -8,7 +8,7 @@ "module": "build/esm/index.js", "main": "build/cjs/index.js", "browser": "build/umd/index.production.js", - "types": "build/types/index.d.ts" + "types": "build/types/src/index.d.ts" }, "scripts": { "compile": "../../node_modules/.bin/tsc -p tsconfig.json --noEmit --emitDeclarationOnly false",