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