aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/tsconfig.eslint.json
blob: a18c461fe5127b2de89b85c3639d3d760eb98a38 (plain) (blame)
1
2
3
4
5
6
7
8
{
  "extends": "./tsconfig.json",
  "include": [
    // adjust "includes" to what makes sense for you and your project
    "src/**/*.ts",
    "e2e/**/*.ts"
  ]
}