Mercurial > code > home > repos > streamed-graph
changeset 12:091a03abd6cb
fix a build warning
author | drewp@localhost |
---|---|
date | Fri, 06 Dec 2019 20:33:01 -0800 |
parents | 1988ad250036 |
children | b9f451791f3a |
files | tsconfig.json |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tsconfig.json Fri Dec 06 16:41:19 2019 -0800 +++ b/tsconfig.json Fri Dec 06 20:33:01 2019 -0800 @@ -6,7 +6,6 @@ "emitDecoratorMetadata": true, "esModuleInterop": true, "experimentalDecorators": true, - "incremental": true, "lib": ["es6", "dom"], "module": "commonjs", "moduleResolution": "node",