Created
October 12, 2019 13:46
-
-
Save jun1st/61d2e6f7aea835bf3b3b45fc667cb32b to your computer and use it in GitHub Desktop.
tsconfig.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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