mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
16 lines
337 B
JSON
16 lines
337 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"include": ["src"],
|
|
"compilerOptions": {
|
|
"types": ["node"],
|
|
"baseUrl": ".",
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"target": "es2017",
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"skipLibCheck": true,
|
|
"declaration": true,
|
|
"declarationMap": true
|
|
}
|
|
}
|