diff --git a/package.json b/package.json index ffbeb56..bd2207a 100644 --- a/package.json +++ b/package.json @@ -88,5 +88,14 @@ "commitizen": { "path": "./node_modules/cz-conventional-changelog" } + }, + "exports": { + ".": { + "types": "./lib/index.d.ts", + "svelte": "./build/index.mjs", + "import": "./build/index.mjs", + "require": "./build/index.js", + "default": "./build/index.mjs" + } } }