mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
13 lines
259 B
JSON
13 lines
259 B
JSON
{
|
|
"extends": "../../../../tsconfig.json",
|
|
"include": ["."],
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"rootDir": ".",
|
|
"target": "es2017",
|
|
"module": "esnext",
|
|
"skipLibCheck": true,
|
|
"types": ["vitest/globals"],
|
|
"noEmit": true
|
|
}
|
|
}
|