mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2026-09-14 00:03:42 +08:00
12 lines
264 B
JSON
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
|
|
}
|
|
}
|