aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tensorboard/tsconfig.json
blob: ac69c30533f8dca44b14782f2837449fdcf82f23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "compilerOptions": {
    "noImplicitAny": false,
    "noEmitOnError": true,
    "target": "ES5",
    "module": "commonjs"
  },
  "compileOnSave": false,
  "exclude": [
    "node_modules",
    "typings/main.d.ts",
    "typings/main",
    "lib",
    "components/**/deps.d.ts"
  ]
}