From cee0d7928bb8f1954d223d873a6eef8ce2b91223 Mon Sep 17 00:00:00 2001 From: Frieder Bluemle Date: Sat, 15 Jul 2023 20:37:25 -0700 Subject: [PATCH] Remove ineffective exclude list from react-native --- bases/react-native.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/bases/react-native.json b/bases/react-native.json index 82ac640..aa915f7 100644 --- a/bases/react-native.json +++ b/bases/react-native.json @@ -32,11 +32,5 @@ "forceConsistentCasingInFileNames": false, "esModuleInterop": true, "skipLibCheck": true - }, - "exclude": [ - "node_modules", - "babel.config.js", - "metro.config.js", - "jest.config.js" - ] + } }