{
  "compilerOptions": {
    "target": "ES2020",
    "module": "CommonJS",
    "allowJs": true,
    // Don't force external @types; our ambient file is included below
    "baseUrl": "."
  },
  "include": [
    "tests/**/*.js",
    "types/**/*.d.ts"
  ]
}