aboutsummaryrefslogtreecommitdiffstats
path: root/vid-webpack-master/cypress/tsconfig.json
blob: 1e316ff369b2b3e323fb14738ce85701bdbcf911 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "compilerOptions": {
    "strict": true,
    "baseUrl": "../node_modules",
    "target": "es5",
    "lib": ["es5", "dom"],
    "types": ["cypress"]
  },
  "extends": "../tsconfig.json",
  "include": [
    "../node_modules/cypress/types",
    "**/*.e2e.ts",
    "./integration/**/*.ts",
    "./support/**/*.ts"
  ]
}