plus-ui/tsconfig.json
2026-06-01 12:01:08 +08:00

12 lines
264 B
JSON

{
"extends": "./src/.umi/tsconfig.json",
"compilerOptions": {
"baseUrl": "./src/.umi",
"ignoreDeprecations": "6.0",
"strict": true,
"noImplicitReturns": true,
"noUncheckedIndexedAccess": false,
"exactOptionalPropertyTypes": false
}
}