1
    2
    3
    4
    5
    6
    7
    8

ash / webui / diagnostics_ui / resources / tsconfig_base.json [blame]

{
    "extends": "../../../../tools/typescript/tsconfig_base_polymer_cros.json",
    "compilerOptions": {
      "allowUmdGlobalAccess": true,
      "typeRoots": [ "../../../../third_party/node/node_modules/@types" ],
      "types": [ "d3" ]
    }
  }