From 4c4dd25d1ae50cc4db27ddd9b20c1c57bbefdb27 Mon Sep 17 00:00:00 2001 From: Cedric van Putten Date: Sat, 2 Nov 2024 13:56:24 +0100 Subject: [PATCH] refactor: set types to original typescript files to avoid having to build packages --- packages/feature-home/package.json | 2 +- packages/ui/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/feature-home/package.json b/packages/feature-home/package.json index 5f1bebe..b5e9665 100644 --- a/packages/feature-home/package.json +++ b/packages/feature-home/package.json @@ -6,7 +6,7 @@ "author": "Cedric van Putten ", "license": "MIT", "main": "./build/index.js", - "types": "./build/index.d.ts", + "types": "./src/index.ts", "react-native": "./src/index.ts", "files": [ "build", diff --git a/packages/ui/package.json b/packages/ui/package.json index 2c9956f..5ba5634 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -6,7 +6,7 @@ "author": "Cedric van Putten ", "license": "MIT", "main": "./build/index.js", - "types": "./build/index.d.ts", + "types": "./src/index.ts", "react-native": "./src/index.ts", "files": [ "build",