Files
longbridge__developers/docs/tsconfig.json
石石 99815d7d24 Refactor using VitePress
Co-authored-by: tzyoo <tzyitooo@gmail.com>
2025-07-14 19:52:34 +08:00

17 lines
359 B
JSON

{
"extends": "../tsconfig.json",
"include": ["**/*.ts", "**/*.vue", "**/*.md", "**/*.json", "docs/**/*.md"],
"compilerOptions": {
"moduleResolution": "bundler",
"paths": {
"@/*": [".vitepress/*"],
"~/*": ["./*"]
},
"baseUrl": ".",
"composite": true
},
"vueCompilerOptions": {
"vitePressExtensions": [".md"]
}
}