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