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