{ "compilerOptions": { "rootDir": "src", "outDir": "out", "module": "esnext", "target": "ES2024", "lib": [ "ES2024", "dom" ], "moduleResolution": "node", "sourceMap": true, "strict": true /* enable all strict type-checking options */ } }