summaryrefslogtreecommitdiff
path: root/tsconfig.build.json
blob: 6755b8e80a5381189c2b1497ed5ec7de309da80c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "compileOnSave": true,
  "compilerOptions": {
    "composite": true,
  },
  "references": [
    {
      "path": "packages/idb-bridge/"
    },
    {
      "path": "packages/taler-wallet-core/"
    },
    {
      "path": "packages/taler-integrationtests"
    },
    {
      "path": "packages/taler-wallet-cli"
    }
  ],
  "files": []
}