We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6658a1 commit 3393fc2Copy full SHA for 3393fc2
package.json
@@ -6,6 +6,7 @@
6
"build": "node scripts/build.js",
7
"server": "node scripts/server.js"
8
},
9
+ "typings": "./dist/index.d.ts",
10
"exports": {
11
".": [
12
"./dist/index.js"
src/index.d.ts
@@ -0,0 +1,5 @@
1
+export { default as abis } from '@nexusmutual/sdk/dist/contracts/abis';
2
+export { default as addresses } from '@nexusmutual/sdk/dist/contracts/addresses.json';
3
+export { default as productTypes } from '@nexusmutual/sdk/dist/products/product-types.json';
4
+export { default as products } from '@nexusmutual/sdk/dist/products/products.json';
5
+export { default as logos } from '@nexusmutual/sdk/dist/products/product-logos.json';
0 commit comments