graphql-engine/frontend/apps/console-ee-e2e/tsconfig.json
Stefano Magni 0d078f2aca chore(frontend): Add testing library to the EE E2E tests
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8498
GitOrigin-RevId: 3168d103907b48514e6044179e81c8602e293b0c
2023-03-30 10:43:03 +00:00

11 lines
280 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"sourceMap": false,
"outDir": "../../dist/out-tsc",
"allowJs": true,
"types": ["cypress", "node", "@testing-library/cypress"]
},
"include": ["src/**/*.ts", "src/**/*.js", "cypress.config.ts"]
}