summaryrefslogtreecommitdiffstats
path: root/cds-ui/server/tsconfig.json
blob: eb96bb53c17d44863da1e04f0fa97c3cb12eda3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "$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"
  ]
}