Update tsconfig.json

This commit is contained in:
Marcos Rodriguez Velez 2024-06-05 21:31:34 -04:00
parent f4f41137f1
commit 5fa9c92736
No known key found for this signature in database
GPG Key ID: 6030B2F48CCE86D7

View File

@ -6,14 +6,15 @@
"isolatedModules": true,
"jsx": "react",
"lib": ["es2020"],
"moduleResolution": "node",
"noEmit": true,
"strict": true,
"target": "esnext",
"skipLibCheck": true,
"resolveJsonModule": true,
"module": "esnext",
"paths": {
}
},
"extends": "@tsconfig/react-native/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"],
}