Skip to content

Commit a3ca72b

Browse files
committed
fix: declare exports explicitly
1 parent 1cf83d3 commit a3ca72b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
"bugs": "https://github.com/softwareventures/resolve-typescript-plugin/issues",
1515
"repository": "github:softwareventures/resolve-typescript-plugin",
1616
"license": "ISC",
17+
"exports": {
18+
".": "./index.js"
19+
},
1720
"types": "index.d.ts",
1821
"scripts": {
1922
"fix": "tsc --noEmit && eslint . --fix && prettier --write .",

0 commit comments

Comments
 (0)