公告板
版本库
filestore
活动
搜索
登录
main
/
LibraryAgent
图书馆智能助手
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge branch 'master' of http://182.92.203.7:2001/r/LibraryAgent
zhongshujie
3 天以前
b385fcc30e0ee871dc31c06526e9ab84ba507ea2
[LibraryAgent.git]
/
tsconfig.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"files": [],
"references": [
{
"path": "./tsconfig.node.json"
},
{
"path": "./tsconfig.app.json"
}
],
"compilerOptions": {
"noImplicitAny": false,
"allowJs": true,
}
}