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