{ "compilerOptions": { "target": "ES2020", "module": "commonjs", "lib": ["ES2020"], "strict": false, "esModuleInterop": true, "skipLibCheck": true, "outDir": "build/electron", "rootDir": "electron-agent" }, "include": ["electron-agent/**/*"] }