mirror of
https://github.com/longbridge/developers.git
synced 2026-09-19 03:34:09 +08:00
99815d7d24
Co-authored-by: tzyoo <tzyitooo@gmail.com>
17 lines
359 B
JSON
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"]
|
|
}
|
|
}
|