From 2945c0e4bd8c28298363fe103819e70c297d38a2 Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Sun, 9 Feb 2025 18:27:01 +0000 Subject: [PATCH] fixed types path in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6403196f..55b3b70b 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "repository": "https://github.com/utopia-os/utopia-ui", "homepage:": "https://utopia-os.org/", "module": "dist/index.js", - "types": "types/index.d.ts", + "types": "dist/index.d.ts", "type": "module", "scripts": { "build": "rollup -c",