summaryrefslogtreecommitdiffhomepage
path: root/desktop/packages/management-interface/tsconfig.json
blob: a89641eb332a4c478ac6b976796327f293680eec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "module": "commonjs",
    "declaration": true,
    "outDir": "dist",
    "rootDirs": [
      "src"
    ],
    "typeRoots": [
      "../../node_modules/@types"
    ]
  },
  "exclude": [
    "dist"
  ]
}