{ "compilerOptions": { "target": "ES2022", "module": "commonjs", "lib": ["ES2022"], "strict": true, "esModuleInterop": true, "skipLibCheck": true, "outDir": "./dist", "declaration": true }, "include": ["src/**/*"], "exclude": ["node_modules", "dist"] }