Mercurial > code > home > repos > streamed-graph
view 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 source
{ "compilerOptions": { "allowSyntheticDefaultImports": true, "baseUrl": "./", "declaration": false, "emitDecoratorMetadata": true, "esModuleInterop": true, "experimentalDecorators": true, "lib": ["es6", "dom"], "module": "commonjs", "moduleResolution": "node", "resolveJsonModule": true, "rootDirs": ["node_modules"], "target": "es6", "noImplicitReturns": true, "strictNullChecks": true, // "importHelpers": true, // "removeComments": true, // "rootDir": ".", "sourceMap": true // "types": ["node"], // // "outDir": "../../dist/server-root", } }