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