| { | |
| "compilerOptions": { | |
| "target": "ES2022", | |
| "module": "commonjs", | |
| "moduleResolution": "node", | |
| "strict": true, | |
| "esModuleInterop": true, | |
| "skipLibCheck": true, | |
| "noEmit": true, | |
| "types": ["node"] | |
| }, | |
| "include": ["electron/**/*.ts"], | |
| "exclude": ["electron/__tests__"] | |
| } | |