{
  "extends": "../../tsconfig.settings.json",
  "compilerOptions": {
    "rootDir": "./src",
    "outDir": "./lib",
    "jsx": "react",
    "allowSyntheticDefaultImports": true,
    "lib": ["es2021", "DOM"]
  },
  "references": [
    {
      "path": "../client"
    }
  ]
}
