Extracted and generalized from hand-tuned memory optimizations in an Electron app template: memory/GPU/Raspberry-Pi-tiered command-line flags, a runtime GC + total- process memory monitor with pressure-triggered deep clean, and per-window hide/ minimize memory helpers.
20 lines
429 B
JSON
20 lines
429 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "CommonJS",
|
|
"moduleResolution": "Node",
|
|
"lib": ["ES2020"],
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"sourceMap": true,
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": ["src"]
|
|
}
|