{
  "compilerOptions": {
    "module": "CommonJS", // Allow the "import assignment" syntax
    "target": "es2017", // Allow calling APIs such as "Object.entries"
    "strict": true,
    "resolveJsonModule": true,
    "types": [
      "node"
    ],
  },
  "exclude": [
    "deno",
  ],
}