{ "compilerOptions": { "target": "ES2024", "module": "commonjs", "lib": ["ES2024"], "types": ["node", "ws"], "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true, "outDir": "./dist", "rootDir": "./src", "declaration": true, "declarationMap": true, "sourceMap": true }, "include": ["src/**/*"] }