Skip to content

Commit 845fb13

Browse files
Add dev/config entry to TypeDoc config (#12332)
1 parent a02996d commit 845fb13

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

packages/react-router-dev/config/config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ type BuildEndHook = (args: {
9595
viteConfig: Vite.ResolvedConfig;
9696
}) => void | Promise<void>;
9797

98+
/**
99+
* Config to be exported via the default export from `react-router.config.ts`.
100+
*/
98101
export type ReactRouterConfig = {
99102
/**
100103
* The path to the `app` directory, relative to the root directory. Defaults

packages/react-router-dev/typedoc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"entryPoints": [
33
"./index.ts",
4+
"./config.ts",
45
"./routes.ts",
56
"./vite.ts",
67
"./vite/cloudflare.ts"

0 commit comments

Comments
 (0)