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 1223c8d commit 59b2ba2Copy full SHA for 59b2ba2
package.json
@@ -14,18 +14,18 @@
14
"bugs": "https://github.com/softwareventures/resolve-typescript-plugin/issues",
15
"repository": "github:softwareventures/resolve-typescript-plugin",
16
"license": "ISC",
17
- "sideEffects": false,
18
- "exports": {
19
- ".": "./index.js"
20
- },
21
- "types": "index.d.ts",
22
"scripts": {
23
"fix": "tsc --noEmit && eslint . --fix && prettier --write .",
24
"lint": "tsc --noEmit && eslint . && prettier --check .",
25
"prepare": "tsc && node ./fix-types-for-back-compat.js",
26
"semantic-release": "semantic-release",
27
"test": "ava"
28
},
+ "sideEffects": false,
+ "exports": {
+ ".": "./index.js"
+ },
+ "types": "index.d.ts",
29
"engines": {
30
"node": "^12 || ^14 || >=16"
31
0 commit comments