{
    "compilerOptions": {
      "module": "commonjs",
      "noImplicitAny": false,
      "target": "ES2022",
      "outDir": "./bin",
      "skipLibCheck": true,
    },
    "exclude": [
      "./bin",
      "./node_modules"
    ]
  }