We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6baa283 commit 33a4e92Copy full SHA for 33a4e92
template/tsconfig.json
@@ -1,3 +1,5 @@
1
{
2
- "extends": "@react-native/typescript-config"
+ "extends": "@react-native/typescript-config",
3
+ "exclude": ["node_modules"],
4
+ "include": ["**/*.ts", "**/*.tsx"]
5
}
0 commit comments