公告板
版本库
filestore
活动
搜索
登录
data
/
iot/DeviceCommunicationUI
设备通讯UI
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
gx
chenyc
2023-08-07
f93dde75fe0d4b93ef3eaf6472f4ff9a3f870b4e
[data/iot/DeviceCommunicationUI.git]
/
tsconfig.node.json
1
2
3
4
5
6
7
8
{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node"
},
"include": ["vite.config.ts"]
}