Skip to content

Commit

Permalink
fix: [Typescript] temporairly ignore **/Pods/** from typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski committed Feb 7, 2024
1 parent ccede49 commit 2a2bf47
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packages/react-native/template/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
{
"extends": "@react-native/typescript-config/tsconfig.json"
"extends": "@react-native/typescript-config/tsconfig.json",
"exclude": [
"**/Pods/**",
"node_modules",
"babel.config.js",
"metro.config.js",
"jest.config.js"
]
}

0 comments on commit 2a2bf47

Please sign in to comment.