diff --git a/package.json b/package.json index 2e6acdb..22987d2 100644 --- a/package.json +++ b/package.json @@ -30,5 +30,6 @@ "lint": "eslint . && tsc --noEmit", "test": "vitest" }, + "types": "./dist/index.d.ts", "version": "0.0.0" }