summaryrefslogtreecommitdiffhomepage
path: root/packages/app/e2e/tsconfig.json
blob: 76438a03cc85dc616253d9e2f9f7793f18fa83b1 (plain)
1
2
3
4
5
6
7
8
{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "noEmit": true,
    "types": ["node"]
  },
  "include": ["./**/*.ts"]
}