Skip to content

Commit b876446

Browse files
committed
chore(site): remove baseUrl from tsconfig
1 parent d6c9ac5 commit b876446

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

site/tsconfig.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
22
"extends": "astro/tsconfigs/strict",
33
"compilerOptions": {
4-
"baseUrl": ".",
54
"paths": {
65
"@site/*": ["./src/*"],
76
"@partials/*": ["./src/_partials/*"],
8-
"@components/*": ["./src/components/*"]
9-
}
10-
}
7+
"@components/*": ["./src/components/*"],
8+
},
9+
},
1110
}

0 commit comments

Comments
 (0)