fix tests vfmodule in ala carte instance
[vid.git] / vid-webpack-master / cypress / tsconfig.json
1 {
2   "compilerOptions": {
3     "strict": true,
4     "baseUrl": "../node_modules",
5     "target": "es5",
6     "lib": ["es5", "dom"],
7     "types": ["cypress"]
8   },
9   "extends": "../tsconfig.json",
10   "include": [
11     "../node_modules/cypress/types",
12     "**/*.e2e.ts",
13     "./integration/**/*.ts",
14     "./support/**/*.ts"
15   ]
16 }