Files
2026-07-13 12:38:36 +08:00

29 lines
704 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"jsx": "react-jsx",
"allowJs": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": false,
"strict": false,
"noImplicitAny": false,
"noImplicitReturns": false,
"noImplicitThis": false,
"noImplicitOverride": false,
"noPropertyAccessFromIndexSignature": false,
"noFallthroughCasesInSwitch": false,
"noUncheckedIndexedAccess": false,
"exactOptionalPropertyTypes": false,
"skipLibCheck": true,
"noEmitOnError": false
},
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.lib.json"
}
]
}