JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_完善流式语音代码
This commit is contained in:
+1
-2
@@ -1,13 +1,12 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
// Vue 项目常用配置(根据实际版本调整)
|
||||
"moduleResolution": "NodeNext", // 或 "Node"
|
||||
"module": "NodeNext", // 与 moduleResolution 保持一致
|
||||
"target": "ES2022",
|
||||
"jsx": "preserve",
|
||||
"lib": ["ES2022", "DOM"],
|
||||
"baseUrl": ".", // 表示以 tsconfig.json 所在目录为基准
|
||||
"types": ["vue"], // 确保包含 vue 类型定义
|
||||
"types": ["vue", "@dcloudio/types"],
|
||||
"paths": {
|
||||
"@/*": ["src/*"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user