aboutsummaryrefslogtreecommitdiffhomepage
path: root/tsconfig.json
blob: a14a97dfb2355ee4f7084582f773991e930210dc (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  "extends": "./tsconfig.base.json",
  "references": [
    { "path": "./shared" },
    { "path": "./server" },
    { "path": "./scripts" }
  ],
  "files": ["server.ts"]
}