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 9b4bf95 commit 7f50c52Copy full SHA for 7f50c52
package.json
@@ -2,6 +2,10 @@
2
"name": "@code4rena/typed-client",
3
"version": "1.0.0",
4
"main": "lib/index.js",
5
+ "exports": {
6
+ ".": "lib/index.js",
7
+ "./build": "lib/build/index.js"
8
+ },
9
"types": "lib/index.d.ts",
10
"files": ["lib/**/*.js", "lib/**/*.d.ts"],
11
"scripts": {
0 commit comments