Skip to content

Instantly share code, notes, and snippets.

@garrydzeng
Created March 10, 2017 13:43
Show Gist options
  • Save garrydzeng/4642758f980af52cb1e8eb29559b271b to your computer and use it in GitHub Desktop.
Save garrydzeng/4642758f980af52cb1e8eb29559b271b to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"jsx": "react",
"moduleResolution": "node",
"module": "commonjs",
"experimentalDecorators": true,
"target": "es5",
"lib": [
"es5",
"scripthost",
"es2015",
"es2015.promise",
"dom"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment