aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/tsconfig.json
blob: 0cfd927a6c7c596c402561ad082ab3e9cb367c50 (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" }
  ]
}