Skip to content

Instantly share code, notes, and snippets.

@lopezjurip
Last active August 30, 2016 02:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lopezjurip/f4f5ed99e86fa970e0cbc4bd4e8933c6 to your computer and use it in GitHub Desktop.
Save lopezjurip/f4f5ed99e86fa970e0cbc4bd4e8933c6 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"module": "commonjs",
"target": "es5",
"noImplicitAny": false,
"sourceMap": false
},
"exclude": [
"node_modules"
]
}
{
"name": "ReactNativeTS",
"dependencies": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment