Update tsconfig.json

This commit is contained in:
Marcos Rodriguez Velez 2023-04-24 12:54:52 -05:00 committed by Overtorment
parent ee2d044924
commit b614d0ea11

View File

@ -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"],
}