Skip to content

Instantly share code, notes, and snippets.

@jmblog
Created December 28, 2016 05:37
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 jmblog/1889e26cf863350d0fc54a8e1b9b86d2 to your computer and use it in GitHub Desktop.
Save jmblog/1889e26cf863350d0fc54a8e1b9b86d2 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"outDir": "./dist/",
"sourceMap": true,
"noImplicitAny": true,
"strictNullChecks": true,
"removeComments": true,
"module": "commonjs",
"target": "es5",
"jsx": "react"
},
"include": [
"./src/**/*"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment