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