# genyunzhan **Repository Path**: teldAgen/genyunzhan ## Basic Information - **Project Name**: genyunzhan - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-21 - **Last Updated**: 2025-07-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README { "compilerOptions": { "target": "esnext", "module": "esnext", "strict": true, // 开启严格类型检查(推荐) "jsx": "preserve", "moduleResolution": "node", "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "lib": ["esnext", "dom"], "types": ["webpack-env", "vue"] // 声明环境类型 }, "include": [ "src/**/*.ts", "src/**/*.tsx", "src/**/*.vue", // 包含 Vue 组件(需配合 lang="ts") "tests/**/*.ts", "tests/**/*.tsx" ], "exclude": ["node_modules"] }