Skip to content

Commit ffa75d1

Browse files
committed
fix: change hardhat toolshed to export ts
Signed-off-by: Tomás Migone <[email protected]>
1 parent 1edfe12 commit ffa75d1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

packages/toolshed/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"default": "./dist/deployments/index.js"
2020
},
2121
"./hardhat": {
22-
"types": "./dist/hardhat/index.d.ts",
23-
"default": "./dist/hardhat/index.js"
22+
"types": "./src/hardhat/index.ts",
23+
"default": "./src/hardhat/index.ts"
2424
},
2525
"./utils": {
2626
"types": "./dist/utils/index.d.ts",
@@ -29,7 +29,8 @@
2929
},
3030
"scripts": {
3131
"build": "tsc",
32-
"lint": "eslint '**/*.{js,ts}' --fix"
32+
"lint": "eslint '**/*.{js,ts}' --fix",
33+
"clean": "rm -rf dist"
3334
},
3435
"keywords": [
3536
"ethereum",
@@ -58,4 +59,4 @@
5859
"eslint-graph-config": "workspace:^",
5960
"typescript": "^5.0.0"
6061
}
61-
}
62+
}

0 commit comments

Comments
 (0)