Skip to content

Instantly share code, notes, and snippets.

@wanybae
Created April 12, 2017 16:05
Show Gist options
  • Save wanybae/6212c77f47cb17deb4d1f686031783d3 to your computer and use it in GitHub Desktop.
Save wanybae/6212c77f47cb17deb4d1f686031783d3 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"moduleResolution": "node",
"sourceMap": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"lib": [ "es2015", "dom" ],
"noImplicitAny": true,
"suppressImplicitAnyIndexErrors": true
},
"include": [
"src/**/*"
],
"exclude": [
"node_modules",
"**/*.spec.ts"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment