Sonsino, Ofir (os0695) | ff76b5e | 2018-07-10 15:57:37 +0300 | [diff] [blame] | 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 | } |