{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "target": "ES2019",
    "outDir": "../../dist/client",
    "module": "ESNext",
    "allowJs": true
  }
}
