mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
12 lines
268 B
JSON
12 lines
268 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "esnext",
|
|
"rootDir": "../..",
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true
|
|
},
|
|
"files": ["src/index.ts"],
|
|
"include": ["src/**/*"]
|
|
}
|