We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccede49 commit 2a2bf47Copy full SHA for 2a2bf47
packages/react-native/template/tsconfig.json
@@ -1,3 +1,10 @@
1
{
2
- "extends": "@react-native/typescript-config/tsconfig.json"
+ "extends": "@react-native/typescript-config/tsconfig.json",
3
+ "exclude": [
4
+ "**/Pods/**",
5
+ "node_modules",
6
+ "babel.config.js",
7
+ "metro.config.js",
8
+ "jest.config.js"
9
+ ]
10
}
0 commit comments