返回 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