Add supporting themes required for Lotusdocs
This commit is contained in:
13
themes/twbs/bootstrap/site/tsconfig.json
Normal file
13
themes/twbs/bootstrap/site/tsconfig.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"extends": "astro/tsconfigs/strict",
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@assets/*": ["src/assets/*"],
|
||||
"@components/*": ["src/components/*"],
|
||||
"@layouts/*": ["src/layouts/*"],
|
||||
"@libs/*": ["src/libs/*"],
|
||||
"@shortcodes/*": ["src/components/shortcodes/*"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user