Mercurial > code > home > repos > homeauto
annotate 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 |
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, |
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
|
28 // "lib": [ "es6", "dom" ], |
1474
f91ba30b4f75
build adjustments. now seems to read streamedgraph correctly.
drewp <drewp@bigasterisk.com>
parents:
1473
diff
changeset
|
29 |
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
|
30 "diagnostics": 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
|
31 "traceResolution": 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
|
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 } |