{
  "extends": "./tsconfig.base.json",
  "compilerOptions": {
    "module": "esnext",
    "target": "ES2022",
    "outDir": "../dist/esm"
  }
}
