Skip to content

Commit aa85c3b

Browse files
committed
Fix type exports
1 parent 6fb5201 commit aa85c3b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@
1616
"author": "Remco Haszing <remcohaszing@gmail.com>",
1717
"sideEffects": false,
1818
"type": "module",
19-
"exports": "./lib/eslint-formatter-codeclimate.js",
19+
"exports": {
20+
"types": "./types/eslint-formatter-codeclimate.d.ts",
21+
"default": "./lib/eslint-formatter-codeclimate.js"
22+
},
2023
"files": [
2124
"lib",
2225
"types"

0 commit comments

Comments
 (0)