mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 22:47:17 +00:00
10 lines
177 B
JSON
10 lines
177 B
JSON
|
|
{
|
||
|
|
"extends": "../../../tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "ES2020",
|
||
|
|
"module": "esnext",
|
||
|
|
"rootDir": "../.."
|
||
|
|
},
|
||
|
|
"include": ["src", "migrations"]
|
||
|
|
}
|