{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "allowJs": true
  },
  "include": [
    "src",
    "eslint.config.mjs",
    "prettier.config.js",
    "test"
  ]
}