mirror of
https://github.com/graphql-hive/console
synced 2026-05-24 09:38:26 +00:00
21 lines
584 B
JSON
21 lines
584 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"lib": ["dom", "dom.iterable", "esnext"],
|
|
"downlevelIteration": true,
|
|
"allowJs": true,
|
|
"strict": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"noEmit": true,
|
|
"esModuleInterop": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"jsx": "preserve",
|
|
"incremental": true
|
|
},
|
|
"include": ["next-env.d.ts", "modules.d.ts", "src", "pages", "environment.ts"],
|
|
"exclude": ["node_modules"]
|
|
}
|