diff --git a/packages/path-equal/tsconfig.json b/packages/path-equal/tsconfig.json index 81473d0..f2a896b 100644 --- a/packages/path-equal/tsconfig.json +++ b/packages/path-equal/tsconfig.json @@ -2,7 +2,7 @@ "extends": "./tsconfig.node16.json", "typedocOptions": { "customTitle": "Determine if two file paths are equal across platforms", - "customTitleLink": "https://github.com/unional/path-equal", + "titleLink": "https://github.com/unional/path-equal", "entryPoints": ["./ts/index.ts"] } }