Skip to content

Instantly share code, notes, and snippets.

@RWOverdijk
Created August 26, 2016 22:07
Show Gist options
  • Select an option

  • Save RWOverdijk/0ca7e654b40d82288262738ef3bed6c0 to your computer and use it in GitHub Desktop.

Select an option

Save RWOverdijk/0ca7e654b40d82288262738ef3bed6c0 to your computer and use it in GitHub Desktop.
{
"version": "2.0.0",
"compileOnSave": true,
"compilerOptions": {
"moduleResolution": "node",
"target": "es2015",
"module": "commonjs",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"outDir": "build",
"lib": [
"es5",
"es6",
"es7"
]
},
"lib": "es2015",
"exclude": [
".*",
"node_modules",
"coverage",
"typings"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment