From 4b41eacc8659bd37e26f907794c9e7e4a7a50732 Mon Sep 17 00:00:00 2001
From: Alexey Sudilovskiy <sudilovskiy@yandex-team.ru>
Date: Thu, 10 Oct 2024 17:48:32 +0200
Subject: [PATCH] feat: typings

---
 package.json | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/package.json b/package.json
index b9512d1..c462f87 100644
--- a/package.json
+++ b/package.json
@@ -21,6 +21,19 @@
     "./react": "./build/react/index.js",
     "./hooks": "./build/react/index.js"
   },
+  "typesVersions": {
+    "*": {
+      "index.d.ts": [
+        "./build/plugin/index.d.ts"
+      ],
+      "plugin": [
+        "./build/plugin/index.d.ts"
+      ],
+      "runtime": [
+        "./build/runtime/index.d.ts"
+      ]
+    }
+  },
   "scripts": {
     "build": "run-p build:*",
     "build:js": "./esbuild/build.js",