aboutsummaryrefslogtreecommitdiffhomepage
path: root/types/tsconfig.dist.json
blob: d9c3fdfc305cd6dbc58391914bb82d7697b53c0b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "extends": "./tsconfig.base.json",
  "compilerOptions": {
    "typeRoots": [
      "node_modules/@types",
      "client/node_modules/@types"
    ],
    "baseUrl": "./",
    "paths": {
      "@server/*": [ "server/*" ],
      "@shared/*": [ "shared/*" ],
      "@client/*": [ "client/*" ]
    }
  }
}