comparison service/wifi/tsconfig.json @ 744:b267511ec4fc

fixes to TS and page build. remove some unused attempts at binding to <streamed-graph> Ignore-this: dc4cd74d21fef101b32da824bbf60a00
author drewp@bigasterisk.com
date Thu, 13 Feb 2020 10:17:54 -0800
parents 50d66febeeb0
children
comparison
equal deleted inserted replaced
743:7c785c0dd605 744:b267511ec4fc
21 "allowJs": true, 21 "allowJs": true,
22 "esModuleInterop": true, 22 "esModuleInterop": true,
23 // "allowSyntheticDefaultImports": true, 23 // "allowSyntheticDefaultImports": true,
24 // "rootDir": ".", 24 // "rootDir": ".",
25 // "outDir": "./build", 25 // "outDir": "./build",
26 "baseUrl": "." 26 "baseUrl": ".",
27 // "emitDecoratorMetadata": true, 27 // "emitDecoratorMetadata": true,
28 // "lib": [ "dom" ], 28 "lib": [ "DOM","ES6","DOM.Iterable","ScriptHost", "ES2017.object" ],
29 29
30 // "diagnostics": true, 30 // "diagnostics": true,
31 // "traceResolution": true 31 // "traceResolution": true
32 }, 32 },
33 "include": ["src/**/*.ts"] 33 "include": ["src/**/*.ts"]