Skip to content

Instantly share code, notes, and snippets.

@tomitrescak
Created October 17, 2016 20:46
Show Gist options
  • Select an option

  • Save tomitrescak/068263944f3c54d73cc6dac5eb3bdeed to your computer and use it in GitHub Desktop.

Select an option

Save tomitrescak/068263944f3c54d73cc6dac5eb3bdeed to your computer and use it in GitHub Desktop.
{
"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