diff --git a/package.json b/package.json index 8a4c633..af9ac7d 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,13 @@ "dead-code-eliminator": "./configs/scripts/dead-code-eliminator/index.js", "remove-unused-translation-keys": "./configs/scripts/remove-unused-translation-keys/index.js" }, + "exports": { + ".": { + "import": "./index.js", + "require": "./index.cjs.js", + "types": "./index.d.ts" + } + }, "scripts": { "prepare": "husky install", "sync_with_wheel": "./.scripts/sync_with_wheel.sh",