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 1cf83d3 commit a3ca72bCopy full SHA for a3ca72b
package.json
@@ -14,6 +14,9 @@
14
"bugs": "https://github.com/softwareventures/resolve-typescript-plugin/issues",
15
"repository": "github:softwareventures/resolve-typescript-plugin",
16
"license": "ISC",
17
+ "exports": {
18
+ ".": "./index.js"
19
+ },
20
"types": "index.d.ts",
21
"scripts": {
22
"fix": "tsc --noEmit && eslint . --fix && prettier --write .",
0 commit comments