Created
February 23, 2018 23:03
-
-
Save 509dave16/7cddbe91016bf7a3ee4be36dc1539c61 to your computer and use it in GitHub Desktop.
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": { | |
"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