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