diff options
Diffstat (limited to 'vid-webpack-master/cypress/tsconfig.json')
-rw-r--r-- | vid-webpack-master/cypress/tsconfig.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vid-webpack-master/cypress/tsconfig.json b/vid-webpack-master/cypress/tsconfig.json new file mode 100644 index 000000000..1e316ff36 --- /dev/null +++ b/vid-webpack-master/cypress/tsconfig.json @@ -0,0 +1,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" + ] +} |