Update tsconfig.json

This commit is contained in:
Marcos Rodriguez Velez 2024-06-19 20:38:40 -04:00
parent e70f68f542
commit 38891cf488
No known key found for this signature in database
GPG Key ID: 6030B2F48CCE86D7

View File

@ -16,5 +16,5 @@
} }
}, },
"extends": "@react-native/typescript-config/tsconfig.json", "extends": "@react-native/typescript-config/tsconfig.json",
"exclude": ["node_modules", "babel.config.js", "metro.config.js", "jest.config.js", "components/react-native-draggable-flatlist", "scripts/maccatalystpatches"], "exclude": ["node_modules", "babel.config.js", "jest.config.js", "components/react-native-draggable-flatlist", "scripts/maccatalystpatches"],
} }