仪表盘
版本库
文件存储
活动
搜索
登录
TigerClouds-Tech
/
BS/TigerAdmin_2024
钛格BS平台管理系统 2024 版
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
盘点单没有数据时一直加载中
YangYuGang
2025-04-14
6a7257f9d8f659c508cf826726126c0fa4363eef
[TigerClouds-Tech/BS/TigerAdmin_2024.git]
/
internal
/
ts-config
/
vue-app.json
1
2
3
4
5
6
7
8
9
10
{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Vue Application",
"extends": "./base.json",
"compilerOptions": {
"jsx": "preserve",
"lib": ["ESNext", "DOM"],
"noImplicitAny": false
}
}