Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use typedoc config to avoid accidental inheritance (#1287)
Each of our `tsconfig.json` inherits the root `tsconfig.json`. This root config currently contains the typedoc configuration too, including `endPointStrategy: "packages"`. This leads to each package in the repo having its own root-level typedoc config, which is causing typedoc to fail right now. By moving the config to a `typedoc.json` at the root, we can continue inheriting `tsconfig.json` without accidentally inheriting the typedoc config.
- Loading branch information