添加crop-x 的 dockerfile,暂时禁用lint检查和ts检查

This commit is contained in:
贺海国
2025-10-24 11:34:14 +08:00
parent a17da68fcd
commit 978419fa2c
7 changed files with 388 additions and 35 deletions

View File

@@ -16,11 +16,16 @@
"isolatedModules": true,
"noEmit": true,
"jsx": "preserve",
/** TODO: */
"noImplicitAny": false,
"strictNullChecks": false,
"strictFunctionTypes": false,
/* Linting */
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"strict": false,
"noUnusedLocals": false,
"noUnusedParameters": false,
"noFallthroughCasesInSwitch": false,
/** TODO: */
/* Path mapping */
"paths": {
"@/*": [