Mercurial > code > home > repos > homeauto
comparison service/wifi/tsconfig.json @ 1544:33076ad439d1
fixes to TS and page build. remove some unused attempts at binding to <streamed-graph>
Ignore-this: dc4cd74d21fef101b32da824bbf60a00
darcs-hash:46f8164157442fb22e93a3e2062ffbcd20b43350
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Thu, 13 Feb 2020 10:17:54 -0800 |
parents | e188fd8351c0 |
children |
comparison
equal
deleted
inserted
replaced
1543:ab985b87043e | 1544:33076ad439d1 |
---|---|
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"] |