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