userflow-predictor/DataGatherer/tsconfig.json
Lorenzo Iovino 6feb5af4d0 Feat: generated network for classification problem of cat/dog
Feat: first version of dataGatherer client
2019-04-07 12:18:52 +02:00

20 lines
No EOL
345 B
JSON

{
"compilerOptions": {
"sourceMap": true,
"module": "commonjs",
"esModuleInterop": true,
"resolveJsonModule": true,
"outDir": "dist",
"experimentalDecorators": true,
"target": "es5",
"jsx": "react",
"lib": [
"dom",
"es6"
]
},
"include": [
"src/**/*.ts"
],
"compileOnSave": true
}