aboutsummaryrefslogtreecommitdiff
path: root/cypress/tsconfig.json
blob: 0446ab7501826c15c97660466737bf8700c89b3b (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "compilerOptions": {
    "target": "ES5",
    "lib": ["ES2015", "DOM"],
    "types": ["cypress"],
    "esModuleInterop": true,
    "noEmit": true,
    "resolveJsonModule": true
  },
  "include": ["**/*.ts"]
}