aboutsummaryrefslogblamecommitdiffhomepage
path: root/packages/server-commands/tsconfig.json
blob: eb942f2954b36844136d10bcbb3949d8d3bc5a79 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                            
{
  "extends": "../../tsconfig.base.json",
  "compilerOptions": {
    "baseUrl": "./",
    "outDir": "./dist",
    "rootDir": "src",
    "tsBuildInfoFile": "./dist/.tsbuildinfo"
  },
  "references": [
    { "path": "../models" },
    { "path": "../core-utils" },
    { "path": "../typescript-utils" }
  ]
}