mirror of
https://gitee.com/bootx/dax-pay-ui
synced 2026-08-19 03:35:30 +08:00
- 从 daxpay4/daxpay4-web 同步 Vben Admin v5 版本代码 - 移除代理商模块(前端页面、API、国际化、权限码) - 清理商户页面中代理商相关引用
40 lines
994 B
JSON
40 lines
994 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Base",
|
|
"compilerOptions": {
|
|
"composite": false,
|
|
"target": "ESNext",
|
|
|
|
"moduleDetection": "force",
|
|
"experimentalDecorators": true,
|
|
|
|
"module": "ESNext",
|
|
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
|
|
"strict": true,
|
|
"strictNullChecks": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitOverride": true,
|
|
"noImplicitThis": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
|
|
"inlineSources": false,
|
|
"noEmit": true,
|
|
"removeComments": true,
|
|
"sourceMap": false,
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"isolatedModules": true,
|
|
"verbatimModuleSyntax": true,
|
|
"skipLibCheck": true,
|
|
"preserveWatchOutput": true
|
|
},
|
|
"exclude": ["**/node_modules/**", "**/dist/**", "**/.turbo/**"]
|
|
}
|