mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
0d078f2aca
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8498 GitOrigin-RevId: 3168d103907b48514e6044179e81c8602e293b0c
11 lines
280 B
JSON
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"]
|
|
}
|