mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
24 lines
499 B
JSON
24 lines
499 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.base.json",
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"strict": false,
|
||
|
"noImplicitOverride": true,
|
||
|
"noPropertyAccessFromIndexSignature": false,
|
||
|
"noImplicitReturns": false,
|
||
|
"noFallthroughCasesInSwitch": true,
|
||
|
"esModuleInterop": true
|
||
|
},
|
||
|
"files": [],
|
||
|
"include": [],
|
||
|
"references": [
|
||
|
{
|
||
|
"path": "./tsconfig.lib.json"
|
||
|
},
|
||
|
{
|
||
|
"path": "./tsconfig.spec.json"
|
||
|
}
|
||
|
]
|
||
|
}
|