diff --git a/package.json b/package.json index accba4f..ac7396f 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "type": "module", "main": "./dist/index.umd.js", "module": "./dist/index.es.js", + "types": "./dist/index.es.d.ts", "exports": { ".": { "import": "./dist/index.es.js", @@ -51,4 +52,4 @@ "vite": "^4.4.5", "vite-plugin-dts": "^3.5.2" } -} +} \ No newline at end of file