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