comparison service/wifi/tsconfig.json @ 1474:f91ba30b4f75

build adjustments. now seems to read streamedgraph correctly. Ignore-this: 2768ea249aefb81d4720607e815d77c1 darcs-hash:7414b3c41ebf8a76d651de848a5db99e919bb644
author drewp <drewp@bigasterisk.com>
date Tue, 31 Dec 2019 02:45:25 -0800
parents 4bbc68603168
children 9ae34280218b
comparison
equal deleted inserted replaced
1473:4bbc68603168 1474:f91ba30b4f75
24 // "rootDir": ".", 24 // "rootDir": ".",
25 // "outDir": "./build", 25 // "outDir": "./build",
26 "baseUrl": ".", 26 "baseUrl": ".",
27 // "emitDecoratorMetadata": true, 27 // "emitDecoratorMetadata": true,
28 // "lib": [ "es6", "dom" ], 28 // "lib": [ "es6", "dom" ],
29 "paths": { 29
30 "streamed-graph": ["node_modules/streamed-graph"]
31 },
32 "diagnostics": true, 30 "diagnostics": true,
33 "traceResolution": true 31 "traceResolution": true
34 32
35 }, 33 },
36 "include": ["src/**/*.ts"], 34 "include": ["src/**/*.ts"],