comparison tsconfig.json @ 0:a9bc14e22e36

start
author drewp@localhost
date Tue, 03 Dec 2019 21:27:52 -0800
parents
children a7ba8627a7b6
comparison
equal deleted inserted replaced
-1:000000000000 0:a9bc14e22e36
1 {
2 "compilerOptions": {
3 "module": "commonjs",
4 "experimentalDecorators": true,
5 "target": "es6",
6 "rootDirs": [
7 "node_modules",
8 ],
9 "esModuleInterop": true,
10 "allowSyntheticDefaultImports": true
11 },
12 "files": [
13 "./src/streamed-graph.ts",
14 ]
15 }