From f828d1c31cb25f66a7ca7a0c792badbf62816bf8 Mon Sep 17 00:00:00 2001 From: Wahyu Budi Saputra Date: Tue, 31 Oct 2023 20:27:41 +0800 Subject: [PATCH] chore: add types in package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 0f64e8f..3a0cde8 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "LICENSE", "README.md" ], + "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts",