chore: enable incremental builds (#633)

This commit is contained in:
Daniel Dyla 2019-12-18 14:13:40 -05:00 committed by Mayur Kale
parent af5a364efd
commit e8db33acfb
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@
"sourceMap": true,
"strict": true,
"strictNullChecks": true,
"target": "es2017"
"target": "es2017",
"incremental": true
},
"exclude": [
"node_modules"