- 球赛/串关/优胜冠军、赛事详情、历史投注与个人资料编辑 - 固定顶栏、公告与底栏,仅内容区滚动 - 底部导航与站点 favicon 使用 logo,登录页精简 - API 种子、冠军盘与历史注单增强 Co-authored-by: Cursor <cursoragent@cursor.com>
14 lines
299 B
JSON
14 lines
299 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"strict": true,
|
|
"allowImportingTsExtensions": true,
|
|
"noEmit": true,
|
|
"jsx": "preserve",
|
|
"paths": { "@/*": ["./src/*"] }
|
|
},
|
|
"include": ["src/**/*.ts", "src/**/*.vue"]
|
|
}
|