mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-19 01:01:35 +03:00
25 lines
619 B
JSON
25 lines
619 B
JSON
|
{
|
||
|
"extends": "../../../tsconfig.base.json",
|
||
|
"compilerOptions": {
|
||
|
"jsx": "react-jsx",
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"strict": true,
|
||
|
"noImplicitOverride": true,
|
||
|
"noPropertyAccessFromIndexSignature": true,
|
||
|
// "noImplicitReturns": true,
|
||
|
"noImplicitAny": false,
|
||
|
"noFallthroughCasesInSwitch": true
|
||
|
},
|
||
|
"files": [],
|
||
|
"include": [],
|
||
|
"references": [
|
||
|
{
|
||
|
"path": "./tsconfig.lib.json"
|
||
|
},
|
||
|
{
|
||
|
"path": "./tsconfig.spec.json"
|
||
|
}
|
||
|
]
|
||
|
}
|