mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
15 lines
425 B
JSON
15 lines
425 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"module": "ES2020",
|
|
"types": ["@vuepress/client/types", "webpack-env", "vite/client"],
|
|
"paths": {
|
|
"@theme/*": ["./src/client/component/*"],
|
|
"@internal/*": ["./example/.vuepress/.temp/internal/*"],
|
|
},
|
|
},
|
|
"include": ["./src/**/*", "./vuepress.config.ts"],
|
|
"exclude": ["node_modules", ".temp", "lib", "dist"]
|
|
}
|