From 5e8b6ebb2dc16b363dcb516119e1a60f311d0f9f Mon Sep 17 00:00:00 2001 From: hanlee Date: Fri, 28 May 2021 15:28:34 +0900 Subject: [PATCH] fix: include type files --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 37b4177..c432e22 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,9 @@ "homepage": "https://github.com/hannoeru/esbuild-plugin-raw", "bugs": "https://github.com/hannoeru/esbuild-plugin-raw/issues", "files": [ - "dist" + "dist", + "index.d.ts", + "client.d.ts" ], "scripts": { "dev": "npm run build -- --watch",