chore(tsconfig): add compileOnSave (#2658)

This commit is contained in:
Ward Bell 2016-10-23 00:51:03 -07:00 committed by GitHub
parent bfd08c08c5
commit c5a1b3f42a
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
"../../node_modules/@types/"
]
},
"compileOnSave": true,
"exclude": [
"node_modules/*",
"**/*-aot.ts"