mirror of
https://ghfast.top/https://github.com/aeroxw/tick-stock-panel.git
synced 2026-09-12 19:04:15 +08:00
- 移除重复的 Vite JS 配置并阻止 TypeScript 构建重新生成 - 精确识别 temperature 与 reasoning_effort 的 400 错误并有界降级 - 补充 Docker 只读挂载 .env 的安全边界说明
16 lines
314 B
JSON
16 lines
314 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"lib": ["ES2023"],
|
|
"module": "ESNext",
|
|
"skipLibCheck": true,
|
|
|
|
"moduleResolution": "bundler",
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true,
|
|
"composite": true,
|
|
"emitDeclarationOnly": true
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|