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