Skip to content

Instantly share code, notes, and snippets.

@lopezjurip
Created August 30, 2016 02:14
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/a1d906ad8c2a739f6a459b4f1a1da427 to your computer and use it in GitHub Desktop.
Save lopezjurip/a1d906ad8c2a739f6a459b4f1a1da427 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"target": "es2015",
"module": "es2015",
"jsx": "react",
"outDir": "build",
"rootDir": "src",
"allowSyntheticDefaultImports": true,
"noImplicitAny": true,
"experimentalDecorators": true,
"preserveConstEnums": true,
"allowJs": true,
"sourceMap": true
},
"filesGlob": [
"typings/index.d.ts",
"src/**/*.ts",
"src/**/*.tsx"
],
"exclude": [
"index.android.js",
"index.ios.js",
"build",
"node_modules"
],
"compileOnSave": false
}
{
"name": "ReactNativeTS",
"dependencies": {},
"globalDependencies": {
"react": "registry:dt/react#0.14.0+20160817201227",
"react-native": "registry:dt/react-native#0.29.0+20160728152643"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment