mirror of
https://github.com/graphql-hive/console
synced 2026-04-22 15:07:18 +00:00
11 lines
241 B
JSON
11 lines
241 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "esnext",
|
|
"rootDir": "../..",
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true
|
|
},
|
|
"files": ["src/index.ts"]
|
|
}
|