From f66e2c3e365de9f7256251dec76b369a0303f806 Mon Sep 17 00:00:00 2001 From: Ignatius Bagus Date: Tue, 11 Jan 2022 18:40:57 +0700 Subject: [PATCH] package exports map --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 7d36c10971..b1e6cc56eb 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,9 @@ "import": "./compiler.mjs", "require": "./compiler.js" }, + "./action": { + "types": "./types/runtime/action/index.d.ts" + }, "./animate": { "types": "./types/runtime/animate/index.d.ts", "import": "./animate/index.mjs",