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