From 4fdfd4a83ad91584db59418c7b9c2072c77f5477 Mon Sep 17 00:00:00 2001 From: Kacper Kafara Date: Fri, 3 Nov 2023 15:10:18 +0100 Subject: [PATCH] FTE: Update tsconfig --- FabricTestExample/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FabricTestExample/tsconfig.json b/FabricTestExample/tsconfig.json index 45a6c70722..304ab4e2d8 100644 --- a/FabricTestExample/tsconfig.json +++ b/FabricTestExample/tsconfig.json @@ -1,3 +1,3 @@ { - "extends": "@tsconfig/react-native/tsconfig.json" + "extends": "@react-native/typescript-config/tsconfig.json" }