Mercurial > code > home > repos > homeauto
annotate service/wifi/tsconfig.json @ 1473:4bbc68603168
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
Ignore-this: 2b08220ad8d275f4dd242c3aa1a8647a
darcs-hash:713c0960d19658e35685d64dc855ca63e1fde660
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Sun, 29 Dec 2019 19:41:48 -0800 |
parents | 32d134dbfb1e |
children | f2215949c0c9 |
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" ], |
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
|
29 "paths": { |
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 "streamed-graph": ["node_modules/streamed-graph"] |
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 }, |
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 "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
|
33 "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
|
34 |
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 }, |
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 "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
|
37 // "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
|
38 } |