From 9d4b21b000c789fb47a727481c24c6e1886a57dd Mon Sep 17 00:00:00 2001 From: Victoria Zhizhonkova Date: Thu, 19 Sep 2024 22:54:57 +0700 Subject: [PATCH] fix: revert typings deleting (#7630) --- packages/vkui/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/vkui/package.json b/packages/vkui/package.json index 49e97d206b..d852cde7fd 100644 --- a/packages/vkui/package.json +++ b/packages/vkui/package.json @@ -3,6 +3,7 @@ "name": "@vkontakte/vkui", "description": "VKUI library", "module": "./dist/index.js", + "typings": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts",