mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
17 lines
452 B
JSON
17 lines
452 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"outDir": "bin",
|
|
"target": "es2016",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"sourceMap": true,
|
|
"experimentalDecorators": true,
|
|
"pretty": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"noImplicitReturns": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["services/**/*.ts", "utils/*c*/*.ts", "index.ts", "types.ts"]
|
|
}
|