mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
8 lines
145 B
JSON
8 lines
145 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
// "noEmit": true,
|
|
// "allowJs": true
|
|
},
|
|
"include": ["integration-tests"]
|
|
}
|