Skip to content

Commit

Permalink
Merge pull request #29 from tallpants/patch-1
Browse files Browse the repository at this point in the history
Add metro.config.js to tsconfig excluded files
  • Loading branch information
emin93 authored Mar 7, 2019
2 parents a332cb6 + 65ac7f1 commit 2c6b757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"strict": true,
"target": "esnext"
},
"exclude": ["node_modules", "babel.config.js"]
"exclude": ["node_modules", "babel.config.js", "metro.config.js"]
}

0 comments on commit 2c6b757

Please sign in to comment.