2023-05-24 13:23:58 +00:00
|
|
|
{
|
|
|
|
"extends": "../../tsconfig.base.json",
|
|
|
|
"compilerOptions": {
|
2023-05-25 16:51:01 +00:00
|
|
|
"module": "ESNext",
|
2023-05-24 13:23:58 +00:00
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
"strict": true,
|
|
|
|
"noImplicitOverride": true,
|
|
|
|
"noImplicitThis": false,
|
|
|
|
"noPropertyAccessFromIndexSignature": true,
|
|
|
|
"noImplicitReturns": true,
|
|
|
|
"noFallthroughCasesInSwitch": true
|
|
|
|
},
|
|
|
|
"files": [],
|
|
|
|
"include": [],
|
|
|
|
"references": [
|
|
|
|
{
|
|
|
|
"path": "./tsconfig.lib.json"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|