| 123456789101112131415 |
- {
- "compilerOptions": {
- "target": "ES2022",
- "module": "CommonJS",
- "moduleResolution": "Node",
- "lib": ["ES2022", "DOM"],
- "outDir": "dist/main",
- "rootDir": "src",
- "strict": true,
- "esModuleInterop": true,
- "skipLibCheck": true,
- "types": ["node", "electron"]
- },
- "include": ["src/main/**/*.ts", "src/shared/**/*.ts"]
- }
|