diff --git a/types/package.json b/types/package.json index 57ccbdeca..cf5864f1b 100644 --- a/types/package.json +++ b/types/package.json @@ -3,6 +3,8 @@ "version": "0.5.4", "description": "Polkadot.js type definitions required for interacting with Webb's tangle network", "main": "./build/index.js", + "types": "./build/index.d.ts", + "typings": "./build/index.d.ts", "author": "Webb Developers ", "license": "Apache-2.0", "type": "commonjs",