Skip to content

Commit 2c6b757

Browse files
authored
Merge pull request #29 from tallpants/patch-1
Add metro.config.js to tsconfig excluded files
2 parents a332cb6 + 65ac7f1 commit 2c6b757

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
@@ -11,5 +11,5 @@
1111
"strict": true,
1212
"target": "esnext"
1313
},
14-
"exclude": ["node_modules", "babel.config.js"]
14+
"exclude": ["node_modules", "babel.config.js", "metro.config.js"]
1515
}

0 commit comments

Comments
 (0)