summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/tsconfig.json
blob: 0b44223245de3a63a121be17850c334ae266122a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "compileOnSave": false,
  "compilerOptions": {
    "baseUrl": "./",
    "outDir": "./dist/out-tsc",
    "sourceMap": true,
    "declaration": false,
    "moduleResolution": "node",
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
    "target": "es5",
    "downlevelIteration": true,
    "skipLibCheck": true,
    "allowSyntheticDefaultImports": true,
    "typeRoots": [
      "node_modules/@types"
    ],
    "types": ["@types/resize-observer-browser"],
    "lib": [
      "es2017",
      "dom"
    ],
    "paths": {
      "@src/*": [
        "src/*"
      ]
    }
  }
}