Skip to content

Instantly share code, notes, and snippets.

@jun1st
Created October 12, 2019 13:46
Show Gist options
  • Save jun1st/61d2e6f7aea835bf3b3b45fc667cb32b to your computer and use it in GitHub Desktop.
Save jun1st/61d2e6f7aea835bf3b3b45fc667cb32b to your computer and use it in GitHub Desktop.
tsconfig.json
{
"compilerOptions": {
/* Basic Options */
"target": "es5",
"module": "commonjs",
"allowJs": true,
"checkJs": true,
"jsx": "react-native",
"strict": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment