aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/tsconfig.eslint.json
blob: 91bb53e1d2181cd1578fe759a09b3fd1d48b6566 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11





                                                                     




                                              

   
{
  "extends": "./tsconfig.json",
  "include": [
    // adjust "includes" to what makes sense for you and your project
    "src/**/*.ts",
    "e2e/**/*.ts"
  ],
  "references": [
    { "path": "../packages/core-utils" },
    { "path": "../packages/models" },
    { "path": "../packages/typescript-utils" }
  ]
}