Mercurial > code > home > repos > streamed-graph
diff tsconfig.json @ 15:7ca4ff2088c3
managed to use a newer ts or something, so this includes a bunch of type fixes too
author | drewp@bigasterisk.com |
---|---|
date | Sun, 08 Dec 2019 23:32:12 -0800 |
parents | 091a03abd6cb |
children | 4bf74032e2e8 |
line wrap: on
line diff
--- a/tsconfig.json Fri Dec 06 20:34:01 2019 -0800 +++ b/tsconfig.json Sun Dec 08 23:32:12 2019 -0800 @@ -2,7 +2,7 @@ "compilerOptions": { "allowSyntheticDefaultImports": true, "baseUrl": "./", - "declaration": true, + "declaration": false, "emitDecoratorMetadata": true, "esModuleInterop": true, "experimentalDecorators": true, @@ -12,10 +12,12 @@ "resolveJsonModule": true, "rootDirs": ["node_modules"], "target": "es6", + "noImplicitReturns": true, + "strictNullChecks": true, // "importHelpers": true, // "removeComments": true, // "rootDir": ".", - // "sourceMap": true, + "sourceMap": true // "types": ["node"], // // "outDir": "../../dist/server-root", }