mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
b2103cda61
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4482 GitOrigin-RevId: bd628911e607ab41399b31f7dd8fe9c361e0f052
13 lines
250 B
JSON
13 lines
250 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"baseUrl": "../node_modules",
|
|
"target": "es5",
|
|
"lib": ["es5", "dom"],
|
|
"types": ["cypress", "cypress-data-session"]
|
|
},
|
|
"include": ["**/*.ts"]
|
|
}
|