From 701f2df25f7d7f1ef9b9e8c58e51e4bb22645ec8 Mon Sep 17 00:00:00 2001 From: Alex Hunt Date: Mon, 29 Jun 2026 07:36:06 -0700 Subject: [PATCH] Remove unused Libraries/*.d.ts export subpath (2/2) Summary: Follows https://github.com/react/react-native/pull/57362 (accidentally missed). Simplifying our `"exports"` map to its minimum form will help for the incoming review/understandability of the Strict TS API rollout by default. Changelog: [Internal] Differential Revision: D110055788 --- packages/react-native/package.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/react-native/package.json b/packages/react-native/package.json index 888245bcd3ec..991e42abc39a 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -43,10 +43,6 @@ "react-native-strict-api": null, "default": "./Libraries/*.js" }, - "./Libraries/*.d.ts": { - "react-native-strict-api": null, - "default": "./Libraries/*.d.ts" - }, "./scripts/*": "./scripts/*", "./src/*": { "types": null,