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",