From 2c48ddbdb2b498eca8181d114d8bd84b43fc0910 Mon Sep 17 00:00:00 2001 From: Astrian Zheng Date: Thu, 20 Feb 2025 15:19:24 +1100 Subject: [PATCH] fix: update types path in package.json to point to the correct location --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5408d45..0e7efb6 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "vite-plugin-dts": "^4.5.0" }, "exports": { - "types": "./dist/index.d.ts", + "types": "./dist/src/index.d.ts", "import": "./dist/index.es.js", "require": "./dist/index.cjs.js", "default": "./dist/index.es.js"