Skip to content

Commit 0ef1ef4

Browse files
committed
add export path
1 parent f6dda14 commit 0ef1ef4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"require": "./dist/index.js"
1010
}
1111
},
12+
"types": "./dist/index.d.ts",
1213
"files": [
1314
"dist/*.mjs",
1415
"dist/*.js",
@@ -46,6 +47,7 @@
4647
"@rollup/pluginutils": "5.1.0",
4748
"@types/dotenv": "8.2.0",
4849
"@types/glob": "8.1.0",
50+
"@types/mocha": "^10.0.6",
4951
"@types/node": "20.12.12",
5052
"@types/ramda": "0.30.0",
5153
"@typescript-eslint/eslint-plugin": "5.62.0",

0 commit comments

Comments
 (0)