summaryrefslogtreecommitdiffstats
path: root/usecaseui-holmes/src/main/webapp/tsconfig.json
blob: e6a6eac11d14e517f75375592ca10d1f22a65c45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "compilerOptions": {
    "target": "es5",
    "module": "commonjs",
    "moduleResolution": "node",
    "sourceMap": true,
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
    "removeComments": false,
    "noImplicitAny": false
  }
}