From 737a86484cb1903582887f54b8e0b26212815569 Mon Sep 17 00:00:00 2001 From: mjsdo Date: Sat, 17 Feb 2024 07:20:51 +0900 Subject: [PATCH] Fix types field of package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ab3cf03..8c4d3ac 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "license": "MIT", "exports": "./dist/index.js", "main": "dist/index.js", - "types": "dist/index.d.js", + "types": "dist/index.d.ts", "files": [ "dist/", "CHANGELOG.md"