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 6baa283 commit f1f20b8Copy full SHA for f1f20b8
template/tsconfig.json
@@ -1,3 +1,5 @@
1
{
2
- "extends": "@react-native/typescript-config"
+ "extends": "@react-native/typescript-config",
3
+ "include": ["**/*.ts", "**/*.tsx"],
4
+ "exclude": ["**/node_modules", "**/Pods"]
5
}
0 commit comments