Skip to content

Commit 4f49deb

Browse files
i18n(fr): update code snippet in guides/typescript.mdx
See withastro#12358
1 parent 8751543 commit 4f49deb

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)