aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/e2e/tsconfig.json
blob: 656bdb14ff149c53d4f99d3333f85f5e7f6a1116 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "compileOnSave": false,
  "compilerOptions": {
    "declaration": false,
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
    "module": "commonjs",
    "moduleResolution": "node",
    "outDir": "../dist/out-tsc-e2e",
    "sourceMap": true,
    "target": "es5",
    "typeRoots": [
      "../node_modules/@types"
    ]
  }
}