2026-04-19 14:09:52 +08:00

20 lines
452 B
JSON

{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"paths": {
"~/themes/*": ["./.vuepress/themes/*"],
"~/components/*": ["./.vuepress/themes/components/*"],
"~/composables/*": ["./.vuepress/themes/composables/*"],
"@theme/*": ["../theme/src/client/components/*"]
}
},
"include": [
"./.vuepress/**/*"
],
"exclude": [
"./.vuepress/.cache",
"./.vuepress/.temp",
"./.vuepress/dist"
]
}