riku
2024-10-17 971c7c5993ff475157b0c9ed137998fd39f6c548
1
2
3
4
5
6
7
8
{
  "compilerOptions": {
    "target": "es5",
    "lib": ["es5", "dom"],
    "types": ["cypress"]
  },
  "include": ["./**/*", "../support/**/*"]
}