aboutsummaryrefslogtreecommitdiffstats
path: root/cds-ui/server/tsconfig.json
blob: e042793b2101375c3ad3c189e45e8d2aeaeffe65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "$schema": "http://json.schemastore.org/tsconfig",
  "extends": "@loopback/build/config/tsconfig.common.json",
  "include": [
    "src",
    "test",
    "index.ts"
  ],
  "exclude": [
    "node_modules/**",
    "packages/*/node_modules/**",
    "**/*.d.ts"
  ],
  "compilerOptions": {
    "experimentalDecorators": true
  }
}