{ "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" ] }