# HG changeset patch # User drewp@localhost # Date 1575693181 28800 # Node ID 091a03abd6cb015aaeb23d770527f8ab342cfdf3 # Parent 1988ad2500368c8c9d0f2c8c72809ae03905e042 fix a build warning diff -r 1988ad250036 -r 091a03abd6cb tsconfig.json --- 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",