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