mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
33 lines
726 B
JSON
33 lines
726 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"jsx": "preserve",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@internal/md-power/replEditorData": ["./plugins/plugin-md-power/src/client/shim.d.ts"],
|
|
"@internal/*": ["./docs/.vuepress/.temp/internal/*"],
|
|
"@theme/*": ["./theme/src/client/components/*"]
|
|
},
|
|
"types": ["webpack-env", "vite/client", "vuepress/client-types"]
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "./tsconfig.isolated.json"
|
|
}
|
|
],
|
|
"include": [
|
|
"plugins/**/*",
|
|
"theme/**/*",
|
|
"docs/.vuepress/**/*",
|
|
"cli/**/*",
|
|
"scripts/**/*"
|
|
],
|
|
"exclude": [
|
|
"**/node_modules/**",
|
|
"**/.cache/**",
|
|
"**/.temp/**",
|
|
"**/lib/**",
|
|
"**/dist/**"
|
|
]
|
|
}
|