2022-09-15 15:37:02 +00:00
|
|
|
{
|
|
|
|
"extends": "../../tsconfig.base.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
"jsx": "react-jsx",
|
|
|
|
"allowJs": true,
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
"strict": true,
|
|
|
|
"noImplicitOverride": true,
|
2022-10-24 19:42:53 +00:00
|
|
|
"noPropertyAccessFromIndexSignature": false,
|
2022-09-15 15:37:02 +00:00
|
|
|
"noImplicitReturns": true,
|
|
|
|
"noFallthroughCasesInSwitch": true
|
|
|
|
},
|
|
|
|
"include": [],
|
|
|
|
"references": [
|
|
|
|
{
|
|
|
|
"path": "./tsconfig.app.json"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "./tsconfig.spec.json"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|