Skip to content

Instantly share code, notes, and snippets.

@mientjan
Created February 23, 2017 21:38
Show Gist options
  • Save mientjan/98114ea9444e076d61a0bfb654ded746 to your computer and use it in GitHub Desktop.
Save mientjan/98114ea9444e076d61a0bfb654ded746 to your computer and use it in GitHub Desktop.
Blue & Typescript
{
"compilerOptions": {
"moduleResolution": "node",
"target": "es6",
"module": "commonjs",
"noImplicitAny": false,
"suppressImplicitAnyIndexErrors": true,
"removeComments": false,
"preserveConstEnums": true,
"sourceMap": false,
"experimentalDecorators": true,
"declaration": false,
"noImplicitUseStrict": true
},
"include": [
"src/app/**/*",
"node_modules/*"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment