Skip to content

Instantly share code, notes, and snippets.

@lomse
Last active August 27, 2019 19:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lomse/76d934976c1ecda83babb07b416fc403 to your computer and use it in GitHub Desktop.
Save lomse/76d934976c1ecda83babb07b416fc403 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"outDir": "./dist/",
"jsx": "react",
"sourceMap": true,
"noImplicitAny": true,
"module": "commonjs",
"target": "es6",
"noUnusedLocals": true,
"noImplicitReturns": true,
},
"exclude": ["./node_modules"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment