Skip to content

Instantly share code, notes, and snippets.

@MillerGregor
Created July 7, 2017 06:06
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MillerGregor/3e9a7464c2e41dd559b0465127dcbd68 to your computer and use it in GitHub Desktop.
Save MillerGregor/3e9a7464c2e41dd559b0465127dcbd68 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"module": "commonjs",
"target": "es5",
"lib": ["es6", "dom"],
"sourceMap": true,
"allowJs": true,
"jsx": "react",
"moduleResolution": "node",
"forceConsistentCasingInFileNames": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noImplicitAny": true,
"strictNullChecks": true,
"suppressImplicitAnyIndexErrors": true,
"noUnusedLocals": true
},
"exclude": [
"node_modules",
"build",
"scripts",
"acceptance-tests",
"webpack",
"jest",
"src/setupTests.ts"
],
"types": [
"typePatches"
],
"awesomeTypescriptLoaderOptions": {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment