Skip to content

Instantly share code, notes, and snippets.

@artfuldev
Created September 25, 2017 20:43
Show Gist options
  • Save artfuldev/888d1561b44d9b865c0a39c1e250c57a to your computer and use it in GitHub Desktop.
Save artfuldev/888d1561b44d9b865c0a39c1e250c57a to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"outDir": "./dist/",
"target": "es5",
"module": "esnext",
"moduleResolution": "node",
"sourceMap": true,
"experimentalDecorators": true,
"lib": [ "dom", "es6", "es5" ]
},
"include": [
"./src/**/*"
],
"exclude": [
"./src/**/*.spec.ts"
],
"compileOnSave": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment