All checks were successful
CI / build (push) Successful in 2m18s
新增用户协议与隐私政策纯静态 HTML 页面,优化文档样式并补充合规占位信息。同时更新登录页备案号与协议链接,并移除 tsconfig 中不兼容的弃用配置。 Co-authored-by: Cursor <cursoragent@cursor.com>
22 lines
487 B
JSON
22 lines
487 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"useDefineForClassFields": true,
|
|
"lib": ["ES2022", "DOM", "DOM.Iterable"],
|
|
"module": "ESNext",
|
|
"skipLibCheck": true,
|
|
"moduleResolution": "bundler",
|
|
"allowImportingTsExtensions": true,
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"moduleDetection": "force",
|
|
"noEmit": true,
|
|
"jsx": "react-jsx",
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
},
|
|
"strict": true
|
|
},
|
|
"include": ["src"]
|
|
}
|