From 67a890f679a4e21572046006882964d608da09ba Mon Sep 17 00:00:00 2001 From: Yuki Ito Date: Mon, 8 Jul 2024 10:10:09 +0900 Subject: [PATCH] Add 'types' in package.json 'exports' --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index cc88add..ab55318 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "sideEffects": false, "exports": { ".": { + "types": "./dist/index.d.ts", "import": "./dist/quickjs-emscripten-sync.mjs", "require": "./dist/quickjs-emscripten-sync.umd.js" }