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