Skip to content

Instantly share code, notes, and snippets.

@cyrilletuzi
Created December 10, 2016 20:07
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 cyrilletuzi/e82aeea7f70c62465d0d38d126bd4098 to your computer and use it in GitHub Desktop.
Save cyrilletuzi/e82aeea7f70c62465d0d38d126bd4098 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"baseUrl": ".",
"declaration": true,
"stripInternal": true,
"experimentalDecorators": true,
"strictNullChecks": true,
"noImplicitAny": true,
"module": "es2015",
"moduleResolution": "node",
"paths": {
"@angular/core": ["node_modules/@angular/core"],
"rxjs/*": ["node_modules/rxjs/*"]
},
"rootDir": ".",
"outDir": "dist",
"sourceMap": true,
"inlineSources": true,
"target": "es5",
"skipLibCheck": true,
"lib": [
"es2015",
"dom"
]
},
"files": [
"index.ts"
],
"angularCompilerOptions": {
"strictMetadataEmit": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment