mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 22:47:17 +00:00
27 lines
750 B
JSON
27 lines
750 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"rootDir": "./",
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"importHelpers": true,
|
|
"allowJs": true,
|
|
"skipLibCheck": true,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
"resolveJsonModule": true,
|
|
"moduleResolution": "node",
|
|
"strict": true,
|
|
"paths": {
|
|
"@hive/cdn-script/artifact-storage-reader": [
|
|
"../services/cdn-worker/src/artifact-storage-reader.ts"
|
|
],
|
|
"@hive/storage": ["../services/storage/src/index.ts"],
|
|
"@hive/service-common": ["../services/service-common/src/index.ts"]
|
|
}
|
|
},
|
|
"include": ["src"]
|
|
}
|