Skip to content

Commit b25ab0f

Browse files
[autofix.ci] apply automated fixes
1 parent 1a67876 commit b25ab0f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/.vitepress/config/shared.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,11 @@ export const sharedConfig = defineConfig({
8484
transformerTwoslash({
8585
twoslashOptions: {
8686
compilerOptions: {
87-
paths: Object.fromEntries(Object.entries(tsconfigBase.compilerOptions.paths).map(([key,source])=>[key,path.join('..',source)])),
87+
paths: Object.fromEntries(
88+
Object.entries(tsconfigBase.compilerOptions.paths).map(
89+
([key, source]) => [key, path.join("..", source)],
90+
),
91+
),
8892
},
8993
handbookOptions: {
9094
noErrors: true,

0 commit comments

Comments
 (0)