diff --git a/package.json b/package.json index d973fa2..4c7f6ac 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,8 @@ "jsdelivr": "./dist/index.umd.js", "exports": { "require": "./dist/index.cjs", - "import": "./dist/index.mjs" + "import": "./dist/index.mjs", + "types": "./dist/index.d.ts" }, "types": "dist/index.d.ts", "scripts": { @@ -48,4 +49,4 @@ "prettier": "^2.8.1", "typescript": "^4.9.4" } -} +} \ No newline at end of file