aboutsummaryrefslogblamecommitdiffhomepage
path: root/scripts/tsconfig.json
blob: 0a7e075995c7e32653925c1f23ccbe0e93fc5a71 (plain) (tree)
1
2
3
4
5
6
7
8
9
10


                                     
                               

                 



                                              


                           
{
  "extends": "../tsconfig.base.json",
  "compilerOptions": {
    "outDir": "../dist/scripts"
  },
  "references": [
    { "path": "../packages/core-utils" },
    { "path": "../packages/models" },
    { "path": "../packages/node-utils" },
    { "path": "../packages/server-commands" },
    { "path": "../server" }
  ]
}