graphql-engine/console/cypress/tsconfig.json
Stefano Magni 5764174087 test(console): Skip a lot of flaky E2E tests
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5535
GitOrigin-RevId: 0544edf4d8fdd1a6a8cc326a8b107ee47d2389c3
2022-08-31 08:02:51 +00:00

13 lines
257 B
JSON

{
"compilerOptions": {
"strict": true,
"allowJs": true,
"checkJs": true,
"baseUrl": "../node_modules",
"target": "es5",
"lib": ["es2015", "dom"],
"types": ["cypress", "@testing-library/cypress"]
},
"include": ["**/*.ts"]
}