{
  "extends": "./tsconfig.base.json",
  "include": ["src/**/*"],
  "compilerOptions": {
    "lib": ["ES2021", "ES2021.WeakRef"],
    "target": "ES2021"
  }
}
