summaryrefslogtreecommitdiffstats
path: root/.gitreview
blob: d7a09308216783043027642122bd23f9b9848750 (plain)
1
2
3
4
[gerrit]
host=gerrit.onap.org
port=29418
project=sdc.git
} /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
{
  "compilerOptions": {
    "baseUrl": ".",
    "declaration": false,
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
    "allowJs": true,
    "module": "commonjs",
    "moduleResolution": "node",
    "outDir": "../dist/out-tsc",
    "lib": [
      "es6",
      "dom"
    ],
    "sourceMap": true,
    "target": "es5",
    "typeRoots": [
      "../node_modules/@types",
      "./typings"
    ],
    "types": [
      "core-js",
      "node",
      "jest"
    ],
    "forceConsistentCasingInFileNames": true
  },
  "exclude": [
  ]
}