{ "compilerOptions": { "target": "ES2022", "module": "ES2022", "moduleResolution": "Node", "esModuleInterop": true, "outDir": "dist", "strict": true, "skipLibCheck": true }, "include": ["src"] }