Skip to content

Commit

Permalink
chore: enable TypeScript incremental build
Browse files Browse the repository at this point in the history
benjamincharity committed Jun 21, 2019
1 parent 34a9124 commit abdad58
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -14,3 +14,4 @@ e2e/**/*.js.map
.vscode
docs/*
coverage/
.tsbuildinfo
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -11,6 +11,7 @@
"declaration": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"incremental": true,
"lib": [
"es2016",
"es2015",

0 comments on commit abdad58

Please sign in to comment.