公告板
版本库
filestore
活动
搜索
登录
main
/
new-ryc
蓉易创
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
修改评分逻辑,支持多个评委
lrj
3 天以前
4fa9591629721797386fc11836e3a9deb69cd58c
[new-ryc.git]
/
web
/
tsconfig.node.json
1
2
3
4
5
6
7
8
9
10
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}