{
  "compilerOptions": {
    "noImplicitAny": false,
    "lib": ["ES2023", "DOM.Iterable"],
    "module": "Node16",
    "target": "ES2022",
    "strict": true,
    "esModuleInterop": true,
    "skipLibCheck": true,
    "resolveJsonModule": true,
    "paths": {
      "observablehq:search": ["./src/client/search.js"]
    }
  },
  "include": ["src/**/*", "docs/**/*", "test/**/*"],
  "exclude": ["test/build/**/*"]
}
