2022-03-11 00:11:56 +00:00
|
|
|
{
|
|
|
|
"extends": "../../tsconfig.base.json",
|
|
|
|
"compilerOptions": {
|
2024-03-08 13:20:03 +00:00
|
|
|
"module": "esnext",
|
2022-03-11 00:11:56 +00:00
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
"strict": true,
|
|
|
|
"noImplicitOverride": true,
|
2024-03-08 13:20:03 +00:00
|
|
|
"noPropertyAccessFromIndexSignature": true,
|
2022-03-11 00:11:56 +00:00
|
|
|
"noImplicitReturns": true,
|
|
|
|
"noFallthroughCasesInSwitch": true
|
|
|
|
},
|
2024-03-08 13:20:03 +00:00
|
|
|
"files": [],
|
2022-03-11 00:11:56 +00:00
|
|
|
"include": [],
|
|
|
|
"references": [
|
|
|
|
{
|
|
|
|
"path": "./tsconfig.lib.json"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "./tsconfig.spec.json"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|