graphql-engine/console/cypress/tsconfig.json
Stefano Magni 1aa71145ba console: Unify the Mutation Action E2E tests
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4509
GitOrigin-RevId: e5b579988b426cb44575c9674056f4b2e539c165
2022-06-20 21:40:07 +00:00

13 lines
226 B
JSON

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