{ "compilerOptions": { "target": "ESNext", "module": "ESNext", "moduleResolution": "bundler", "outDir": "./dist/electron", "rootDir": "./src/electron", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true }, "include": ["src/electron"], "references": [{ "path": "./tsconfig.app.json" }, { "path": "./tsconfig.node.json" }] }