AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 AiToEarn
tsconfig.node.json
根目录
/
project
/
aitoearn-electron
/
tsconfig.node.json
1
{
2
"compilerOptions": {
3
"composite": true,
4
"module": "ESNext",
5
"moduleResolution": "Node",
6
"resolveJsonModule": true,
7
"allowSyntheticDefaultImports": true,
8
},
9
"include": [
10
"vite.config.ts",
11
"package.json"
12
]
13
}
14
15
15 lines
JSON