Created
October 17, 2016 20:46
-
-
Save tomitrescak/068263944f3c54d73cc6dac5eb3bdeed 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
| { | |
| "compileOnSave": true, | |
| "compilerOptions": { | |
| "target": "es6", | |
| "module": "es6", | |
| "declaration": false, | |
| "noImplicitAny": true, | |
| "removeComments": false, | |
| "noLib": false, | |
| "preserveConstEnums": true, | |
| "outDir": "../src", | |
| "suppressImplicitAnyIndexErrors": true, | |
| "jsx": "preserve", | |
| "experimentalDecorators": true, | |
| "sourceMap": true, | |
| "allowSyntheticDefaultImports": true, | |
| "moduleResolution": "node", | |
| "allowJs": false, | |
| "strictNullChecks": false, | |
| "noImplicitReturns": true, | |
| "noImplicitThis": true, | |
| "noUnusedLocals": false, | |
| "noUnusedParameters": true, | |
| "skipLibCheck": true, | |
| "skipDefaultLibCheck": true, | |
| "types": ["node", "chai", "react"] | |
| }, | |
| "exclude": [ | |
| "node_modules" | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment