Skip to content

Commit 443dedb

Browse files
i18n(fr): update code snippet in guides/typescript.mdx (#12372)
Co-authored-by: Yan <[email protected]>
1 parent a539177 commit 443dedb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/fr/guides/typescript.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ import Layout from "@layouts/Layout.astro";
131131
{
132132
"compilerOptions": {
133133
"paths": {
134-
"@components/*": ["src/components/*"],
135-
"@layouts/*": ["src/layouts/*"]
134+
"@components/*": ["./src/components/*"],
135+
"@layouts/*": ["./src/layouts/*"]
136136
}
137137
}
138138
}

0 commit comments

Comments
 (0)