{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "types": ["jasmine", "node"]
  },
  "include": [
    "src",
    "test/**/*.ts",
    "test.ts",
    "eslint.config.mjs",
    "jasmine.mjs",
    "update-version.mjs"
  ],
  "exclude": ["node_modules", "dist"]
}
