mirror of
https://github.com/graphql-hive/console
synced 2026-05-14 20:58:49 +00:00
17 lines
327 B
JSON
17 lines
327 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es2017",
|
|
"lib": ["es2017"],
|
|
|
|
"baseUrl": ".",
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["src"]
|
|
}
|