diff --git a/tsconfig.json b/tsconfig.json index 7459d9ed6..0fe39dc22 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,5 +14,5 @@ "resolveJsonModule": true }, "extends": "@tsconfig/react-native/tsconfig.json", - "exclude": ["node_modules", "babel.config.js", "metro.config.js", "jest.config.js", "components/react-native-draggable-flatlist"], + "exclude": ["node_modules", "babel.config.js", "metro.config.js", "jest.config.js", "components/react-native-draggable-flatlist", "scripts/maccatalystpatches"], }