mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
5ed0d78d35
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8012 GitOrigin-RevId: b8fb00ec847cad189b589bb3b60121ee9f68e37b
18 lines
283 B
JSON
18 lines
283 B
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"strictNullChecks": true
|
|
},
|
|
"files": [],
|
|
"include": [],
|
|
"references": [
|
|
{
|
|
"path": "./tsconfig.lib.json"
|
|
},
|
|
{
|
|
"path": "./tsconfig.spec.json"
|
|
}
|
|
]
|
|
}
|