summaryrefslogtreecommitdiffstats
path: root/cypress-docker/test/src/cypress/tsconfig.json
blob: 36de33deefd35a6ce245912288830e12d7ddb3b2 (plain)
1
2
3
4
5
6
7
8
{
  "compilerOptions": {
    "allowJs": true,
    "baseUrl": "../node_modules",
    "types": ["cypress"]
  },
  "include": ["**/*.*"]
}