mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 09:51:59 +03:00
17 lines
253 B
JSON
17 lines
253 B
JSON
|
{
|
||
|
"extends": "../../../tsconfig.base.json",
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs"
|
||
|
},
|
||
|
"files": [],
|
||
|
"include": [],
|
||
|
"references": [
|
||
|
{
|
||
|
"path": "./tsconfig.lib.json"
|
||
|
},
|
||
|
{
|
||
|
"path": "./tsconfig.spec.json"
|
||
|
}
|
||
|
]
|
||
|
}
|