annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1464
32d134dbfb1e start ts config files, but this doesn't share the streamed-graph code properly yet
drewp <drewp@bigasterisk.com>
parents:
diff changeset
1 {
1473
4bbc68603168 npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents: 1464
diff changeset
2 "compilerOptions": {
4bbc68603168 npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents: 1464
diff changeset
3 "strict": true,
4bbc68603168 npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents: 1464
diff changeset
4 "noFallthroughCasesInSwitch": true,
4bbc68603168 npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents: 1464
diff changeset
5 "noImplicitAny": true,
4bbc68603168 npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents: 1464
diff changeset
6 "noImplicitReturns": true,
4bbc68603168 npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents: 1464
diff changeset
7 "noImplicitThis": true,
4bbc68603168 npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents: 1464
diff changeset
8 "strictFunctionTypes": true,
4bbc68603168 npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents: 1464
diff changeset
9 "strictNullChecks": true,
4bbc68603168 npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents: 1464
diff changeset
10 "strictPropertyInitialization": true,
4bbc68603168 npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents: 1464
diff changeset
11 "alwaysStrict": true,
4bbc68603168 npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents: 1464
diff changeset
12
4bbc68603168 npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents: 1464
diff changeset
13 "types": ["jest"],
4bbc68603168 npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents: 1464
diff changeset
14
4bbc68603168 npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents: 1464
diff changeset
15 "module": "ES6",
4bbc68603168 npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents: 1464
diff changeset
16 "target": "ES6",
4bbc68603168 npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents: 1464
diff changeset
17 "moduleResolution": "node",
4bbc68603168 npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents: 1464
diff changeset
18 "sourceMap": true,
4bbc68603168 npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents: 1464
diff changeset
19 "declaration": true,
4bbc68603168 npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents: 1464
diff changeset
20 "experimentalDecorators": true,
4bbc68603168 npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents: 1464
diff changeset
21 "allowJs": true,
4bbc68603168 npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents: 1464
diff changeset
22 "esModuleInterop": true,
4bbc68603168 npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents: 1464
diff changeset
23 // "allowSyntheticDefaultImports": true,
4bbc68603168 npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents: 1464
diff changeset
24 // "rootDir": ".",
4bbc68603168 npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents: 1464
diff changeset
25 // "outDir": "./build",
4bbc68603168 npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents: 1464
diff changeset
26 "baseUrl": ".",
4bbc68603168 npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents: 1464
diff changeset
27 // "emitDecoratorMetadata": true,
1476
817da2dc80fc kind of running with lit-element and polymer together. lots of data missing from table still
drewp <drewp@bigasterisk.com>
parents: 1474
diff changeset
28 // "lib": [ "dom" ],
1474
f91ba30b4f75 build adjustments. now seems to read streamedgraph correctly.
drewp <drewp@bigasterisk.com>
parents: 1473
diff changeset
29
1476
817da2dc80fc kind of running with lit-element and polymer together. lots of data missing from table still
drewp <drewp@bigasterisk.com>
parents: 1474
diff changeset
30 // "diagnostics": true,
817da2dc80fc kind of running with lit-element and polymer together. lots of data missing from table still
drewp <drewp@bigasterisk.com>
parents: 1474
diff changeset
31 // "traceResolution": true
1473
4bbc68603168 npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents: 1464
diff changeset
32
4bbc68603168 npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents: 1464
diff changeset
33 },
4bbc68603168 npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents: 1464
diff changeset
34 "include": ["src/**/*.ts"],
4bbc68603168 npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents: 1464
diff changeset
35 // "exclude": ["src/**/*.test.ts"]
4bbc68603168 npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents: 1464
diff changeset
36 }