{
  "compilerOptions": {
    "outDir": "lib",
    "target": "ES2022",
    "module": "ES2022",
    "moduleResolution": "node",
    "esModuleInterop": true,
    "strict": false,
    "declaration": true,
    "sourceMap": true,
    "lib": ["ES2022"],
    "jsx": "react"
  }
}
