aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/tsconfig.json
blob: 0d9716f2d3539020b2f1724e6693f17fe8ceb0b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  "extends": "../tsconfig.base.json",
  "compilerOptions": {
    "outDir": "../dist/scripts",
  },
  "references": [
    { "path": "../shared" },
    { "path": "../server" }
  ]
}