mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
* feat(plugin-md-power): compat obsidian official markdown syntax * chore: tweak * chore: tweak * chore: tweak * chore: tweak
22 lines
505 B
JSON
22 lines
505 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"ignoreDeprecations": "6.0",
|
|
"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"
|
|
]
|
|
}
|