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 6fb5201 commit aa85c3bCopy full SHA for aa85c3b
package.json
@@ -16,7 +16,10 @@
16
"author": "Remco Haszing <remcohaszing@gmail.com>",
17
"sideEffects": false,
18
"type": "module",
19
- "exports": "./lib/eslint-formatter-codeclimate.js",
+ "exports": {
20
+ "types": "./types/eslint-formatter-codeclimate.d.ts",
21
+ "default": "./lib/eslint-formatter-codeclimate.js"
22
+ },
23
"files": [
24
"lib",
25
"types"
0 commit comments