GitNexus/gitnexus-desktop/tsconfig.node.json

18 lines
No EOL
460 B
JSON

{
"compilerOptions": {
"composite": true,
"target": "ES2022",
"lib": ["ES2022"],
"module": "NodeNext",
"moduleResolution": "NodeNext",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"types": ["node"],
"noEmit": true
},
"include": ["electron.vite.config.ts", "src/main/**/*.ts"]
}