Mercurial > code > home > repos > streamed-graph
view tsconfig.json @ 8:6fefd287aff9
closer- element now holds a changing graph, but can't draw it yet
author | drewp@bigasterisk.com |
---|---|
date | Thu, 05 Dec 2019 01:32:13 -0800 |
parents | daf08d794660 |
children | 091a03abd6cb |
line wrap: on
line source
{ "compilerOptions": { "allowSyntheticDefaultImports": true, "baseUrl": "./", "declaration": true, "emitDecoratorMetadata": true, "esModuleInterop": true, "experimentalDecorators": true, "incremental": 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", } }