{
  "compilerOptions": {
    "outDir": ".tmp/tsbuildinfo/",
    "composite": true,
    "emitDeclarationOnly": true,
    "declarationMap": true,

    "target": "ESNext",
    "module": "ESNext",

    "moduleResolution": "node",
    "esModuleInterop": true,

    "allowJs": true,
    "checkJs": true,
    "strict": true,
    "forceConsistentCasingInFileNames": true,

    // Limit to base JS and DOM defs.
    "lib": ["esnext", "dom"]
  },
  "include": [
    "*.mjs",
    "test/*.mjs",
    "generated/protocol.d.ts",
    "third_party/third-party-web/third-party-web.js",
    "package.json"
  ]
}
