Mercurial > code > home > repos > streamed-graph
annotate tsconfig.json @ 4:a668a774b162
back up, slowly turn on code again until ts breaks
author | drewp@bigasterisk.com |
---|---|
date | Wed, 04 Dec 2019 00:23:28 -0800 |
parents | a7ba8627a7b6 |
children | daf08d794660 |
rev | line source |
---|---|
0 | 1 { |
2 "compilerOptions": { | |
3 "module": "commonjs", | |
4 "experimentalDecorators": true, | |
5 "target": "es6", | |
6 "rootDirs": [ | |
7 "node_modules", | |
4
a668a774b162
back up, slowly turn on code again until ts breaks
drewp@bigasterisk.com
parents:
3
diff
changeset
|
8 // "src" |
0 | 9 ], |
10 "esModuleInterop": true, | |
11 "allowSyntheticDefaultImports": true | |
12 }, | |
13 "files": [ | |
14 "./src/streamed-graph.ts", | |
4
a668a774b162
back up, slowly turn on code again until ts breaks
drewp@bigasterisk.com
parents:
3
diff
changeset
|
15 // "./src/streamed_graph_client.ts" |
0 | 16 ] |
17 } |