We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6dda14 commit 0ef1ef4Copy full SHA for 0ef1ef4
1 file changed
package.json
@@ -9,6 +9,7 @@
9
"require": "./dist/index.js"
10
}
11
},
12
+ "types": "./dist/index.d.ts",
13
"files": [
14
"dist/*.mjs",
15
"dist/*.js",
@@ -46,6 +47,7 @@
46
47
"@rollup/pluginutils": "5.1.0",
48
"@types/dotenv": "8.2.0",
49
"@types/glob": "8.1.0",
50
+ "@types/mocha": "^10.0.6",
51
"@types/node": "20.12.12",
52
"@types/ramda": "0.30.0",
53
"@typescript-eslint/eslint-plugin": "5.62.0",
0 commit comments