Mercurial > code > home > repos > streamed-graph
view tsconfig.json @ 12:091a03abd6cb
fix a build warning
author | drewp@localhost |
---|---|
date | Fri, 06 Dec 2019 20:33:01 -0800 |
parents | daf08d794660 |
children | 7ca4ff2088c3 94629c39681c |
line wrap: on
line source
{ "compilerOptions": { "allowSyntheticDefaultImports": true, "baseUrl": "./", "declaration": true, "emitDecoratorMetadata": true, "esModuleInterop": true, "experimentalDecorators": true, "lib": ["es6", "dom"], "module": "commonjs", "moduleResolution": "node", "resolveJsonModule": true, "rootDirs": ["node_modules"], "target": "es6", // "importHelpers": true, // "removeComments": true, // "rootDir": ".", // "sourceMap": true, // "types": ["node"], // // "outDir": "../../dist/server-root", } }