We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
package.json
1 parent f523d99 commit cd07e96Copy full SHA for cd07e96
1 file changed
package.json
@@ -8,6 +8,13 @@
8
"dead-code-eliminator": "./configs/scripts/dead-code-eliminator/index.js",
9
"remove-unused-translation-keys": "./configs/scripts/remove-unused-translation-keys/index.js"
10
},
11
+ "exports": {
12
+ ".": {
13
+ "import": "./index.js",
14
+ "require": "./index.cjs.js",
15
+ "types": "./index.d.ts"
16
+ }
17
+ },
18
"scripts": {
19
"prepare": "husky install",
20
"sync_with_wheel": "./.scripts/sync_with_wheel.sh",
0 commit comments