mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 22:47:17 +00:00
9 lines
138 B
JSON
9 lines
138 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "es5",
|
||
|
|
"lib": ["es5", "dom"],
|
||
|
|
"types": ["node", "cypress"]
|
||
|
|
},
|
||
|
|
"include": ["**/*.ts"]
|
||
|
|
}
|