{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "baseUrl": "./src",
    "paths": {
      // This build produce the isomorphic build
      "@browser-adapter": ["./http-adapter/http-adapter.browser.ts"],
      "@server-adapter": ["./http-adapter/http-adapter.server.ts"],
      "@hyper-fetch/core": ["../src"]
    }
  },
  "exclude": ["node_modules", "dist", "jest.config.ts", "__tests__"]
}
