{
  "extends": "../tsconfig.json",

  "compilerOptions": {
    "outDir": "dist/",
    "lib": ["dom.iterable", "dom", "esnext"],
    "types": ["@cloudflare/workers-types", "jest", "intercom-web"],
    "checkJs": true
  },

  "exclude": ["node_modules", "**/node_modules", "../test", "dist"],

  "include": [
    "**/*.ts",
    "**/*.js",
    "../global.d.ts",
    "./global.d.ts",
    "./.eslintrc.js"
  ]
}
