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