Skip to content

Instantly share code, notes, and snippets.

@EQuimper
Created October 12, 2018 20:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EQuimper/8fa9ab89638d8cd12cdd02bcc182c4d7 to your computer and use it in GitHub Desktop.
Save EQuimper/8fa9ab89638d8cd12cdd02bcc182c4d7 to your computer and use it in GitHub Desktop.
TSConfig rn with expo
{
"compilerOptions": {
"esModuleInterop": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"allowJs": true,
"jsx": "react",
"lib": [
"esnext",
"dom"
],
"module": "es2015",
"moduleResolution": "node",
"noEmit": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"strict": true,
"strictNullChecks": false,
"target": "es5"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment