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