Skip to content

Commit 8fc7efc

Browse files
Remove deprecated baseUrl from site/tsconfig.json (#42376)
1 parent 030a3ff commit 8fc7efc

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

site/tsconfig.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
22
"extends": "astro/tsconfigs/strict",
33
"compilerOptions": {
4-
"baseUrl": ".",
54
"paths": {
65
"@bootstrap": ["../dist/js/bootstrap.bundle.js"],
7-
"@components/*": ["src/components/*"],
8-
"@layouts/*": ["src/layouts/*"],
9-
"@libs/*": ["src/libs/*"],
10-
"@shortcodes/*": ["src/components/shortcodes/*"]
6+
"@components/*": ["./src/components/*"],
7+
"@layouts/*": ["./src/layouts/*"],
8+
"@libs/*": ["./src/libs/*"],
9+
"@shortcodes/*": ["./src/components/shortcodes/*"]
1110
}
1211
}
1312
}

0 commit comments

Comments
 (0)