Skip to content

Commit 4383a66

Browse files
committed
update TypeScript configuration to exclude additional directories: harmony and Example
1 parent a82b75f commit 4383a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"extends": "@react-native/typescript-config",
33
"include": ["**/*.ts", "**/*.tsx"],
4-
"exclude": ["**/node_modules", "**/Pods"]
4+
"exclude": ["**/node_modules", "**/Pods", "**/harmony", "**/Example"]
55
}

0 commit comments

Comments
 (0)