mirror of
https://github.com/graphql-hive/console
synced 2026-05-02 03:47:18 +00:00
10 lines
176 B
JSON
10 lines
176 B
JSON
|
|
{
|
||
|
|
"extends": "../../../../tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "ES2020",
|
||
|
|
"module": "esnext",
|
||
|
|
"rootDir": "../../.."
|
||
|
|
},
|
||
|
|
"files": ["src/index.ts"]
|
||
|
|
}
|