{ "extends": "../../tsconfig.base.json", "compilerOptions": { "rootDir": "./src", "paths": { "@theme-hope/*": ["../../packages/theme/src/client/*.js"] } }, "include": ["./src/.vuepress/**/*.ts", "./src/.vuepress/**/*.vue"] }