comparison service/wifi/tsconfig.json @ 1476:817da2dc80fc

kind of running with lit-element and polymer together. lots of data missing from table still Ignore-this: db24e7b633929b01430b0794c1a065dc darcs-hash:cdb1d499a42b869d6affa3ee226f408358a59cf4
author drewp <drewp@bigasterisk.com>
date Sun, 05 Jan 2020 23:18:27 -0800
parents f91ba30b4f75
children 50d66febeeb0
comparison
equal deleted inserted replaced
1475:2e598cbcabf4 1476:817da2dc80fc
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": [ "es6", "dom" ], 28 // "lib": [ "dom" ],
29 29
30 "diagnostics": true, 30 // "diagnostics": true,
31 "traceResolution": true 31 // "traceResolution": true
32 32
33 }, 33 },
34 "include": ["src/**/*.ts"], 34 "include": ["src/**/*.ts"],
35 // "exclude": ["src/**/*.test.ts"] 35 // "exclude": ["src/**/*.test.ts"]
36 } 36 }