| { | |
| "compilerOptions": { | |
| "target": "ES2022", | |
| "module": "CommonJS", | |
| "lib": ["ES2022"], | |
| "outDir": "../dist-electron", | |
| "rootDir": ".", | |
| "strict": true, | |
| "esModuleInterop": true, | |
| "skipLibCheck": true, | |
| "forceConsistentCasingInFileNames": true, | |
| "resolveJsonModule": true, | |
| "moduleResolution": "node", | |
| "declaration": false, | |
| "noEmitOnError": true | |
| }, | |
| "include": ["./**/*.ts"] | |
| } | |