Skip to content

Commit

Permalink
chore: enable incremental builds (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan authored and mayurkale22 committed Dec 18, 2019
1 parent af5a364 commit e8db33a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"sourceMap": true,
"strict": true,
"strictNullChecks": true,
"target": "es2017"
"target": "es2017",
"incremental": true
},
"exclude": [
"node_modules"
Expand Down

0 comments on commit e8db33a

Please sign in to comment.