mirror of https://github.com/vuejs/vitepress
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
455 B
20 lines
455 B
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"vitepress": ["./src/client/index.ts"],
|
|
"vitepress/theme": ["./types/default-theme.d.ts"],
|
|
"@siteData": ["./src/client/shims.d.ts"],
|
|
"@theme/index": ["./src/client/shims.d.ts"],
|
|
"@localSearchIndex": ["./src/client/shims.d.ts"]
|
|
}
|
|
},
|
|
"include": [
|
|
"src",
|
|
"types",
|
|
"scripts",
|
|
"shared-globals.d.ts",
|
|
"tsdown.config.ts"
|
|
]
|
|
}
|