aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tensorboard/tsconfig.json
blob: ea9d69237cdea522179506fe554cb0768a14f30f (plain)
1
2
3
4
5
6
7
8
{
  "compilerOptions": {
    "noImplicitAny": false,
    "noEmitOnError": true,
    "compileOnSave": false,
    "target": "ES5"
  }
}