We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
baseUrl
site/tsconfig.json
1 parent 030a3ff commit 8fc7efcCopy full SHA for 8fc7efc
1 file changed
site/tsconfig.json
@@ -1,13 +1,12 @@
1
{
2
"extends": "astro/tsconfigs/strict",
3
"compilerOptions": {
4
- "baseUrl": ".",
5
"paths": {
6
"@bootstrap": ["../dist/js/bootstrap.bundle.js"],
7
- "@components/*": ["src/components/*"],
8
- "@layouts/*": ["src/layouts/*"],
9
- "@libs/*": ["src/libs/*"],
10
- "@shortcodes/*": ["src/components/shortcodes/*"]
+ "@components/*": ["./src/components/*"],
+ "@layouts/*": ["./src/layouts/*"],
+ "@libs/*": ["./src/libs/*"],
+ "@shortcodes/*": ["./src/components/shortcodes/*"]
11
}
12
13
0 commit comments