{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "module": "ESNext"
  },
  "include": ["./**/*.mts"]
}
