diff --git a/tsconfig.json b/tsconfig.json index c41b7e2..30318c5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,5 @@ { "extends": "@react-native/typescript-config", "include": ["**/*.ts", "**/*.tsx"], - "exclude": ["**/node_modules", "**/Pods"] + "exclude": ["**/node_modules", "**/Pods", "**/harmony", "**/Example"] }