AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 AiToEarn
tsconfig.json
根目录
/
project
/
aitoearn-backend
/
libs
/
mongodb
/
tsconfig.json
1
{
2
"extends": "../../tsconfig.base.json",
3
"compilerOptions": {},
4
"references": [
5
{
6
"path": "./tsconfig.lib.json"
7
}
8
],
9
"files": [],
10
"include": []
11
}
12
12 lines
JSON