Skip to content

Instantly share code, notes, and snippets.

@509dave16
Created February 23, 2018 23:03
Show Gist options
  • Save 509dave16/7cddbe91016bf7a3ee4be36dc1539c61 to your computer and use it in GitHub Desktop.
Save 509dave16/7cddbe91016bf7a3ee4be36dc1539c61 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"jsx": "react",
"target": "es5",
"module": "es2015",
"types": ["react", "react-native", "jest", "realm"],
"lib": ["es2015", "dom"],
"moduleResolution": "node",
"experimentalDecorators": true,
"noEmit": true,
"allowSyntheticDefaultImports": true,
"noImplicitAny": false,
"preserveConstEnums": true,
"allowJs": false,
"noImplicitReturns": true,
"noUnusedParameters": true,
"noUnusedLocals": true
},
"filesGlob": [
"src/**/*.ts",
"src/**/*.tsx"
],
"types": [
"react",
"react-native",
"jest",
"realm",
],
"exclude": [
"android",
"ios",
"build",
"node_modules"
],
"compileOnSave": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment