Skip to content

Commit 2a2bf47

Browse files
committed
fix: [Typescript] temporairly ignore **/Pods/** from typescript
1 parent ccede49 commit 2a2bf47

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
{
2-
"extends": "@react-native/typescript-config/tsconfig.json"
2+
"extends": "@react-native/typescript-config/tsconfig.json",
3+
"exclude": [
4+
"**/Pods/**",
5+
"node_modules",
6+
"babel.config.js",
7+
"metro.config.js",
8+
"jest.config.js"
9+
]
310
}

0 commit comments

Comments
 (0)