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