graphql-engine/frontend/apps/console-ce-e2e/tsconfig.json
Stefano Magni d864bed4f4 console: Setup cypress on the Nx monorepo (close #5463)
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5675
GitOrigin-RevId: b320b6f5bb092d20a4de8e51f6711323dd2b0a05
2022-08-31 09:04:45 +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"]
}