mirror of
https://github.com/longbridge/developers.git
synced 2026-09-19 03:34:09 +08:00
f9a57355ce
Co-authored-by: 石石 <lei.yang@longbridge-inc.com>
17 lines
387 B
JSON
17 lines
387 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": ["**/*.ts", "**/*.vue", "**/*.md", "**/*.json", "docs/**/*.md", "docs/.vitepress/sdk.d.ts"],
|
|
"compilerOptions": {
|
|
"moduleResolution": "bundler",
|
|
"paths": {
|
|
"@/*": [".vitepress/*"],
|
|
"~/*": ["./*"]
|
|
},
|
|
"baseUrl": ".",
|
|
"composite": true
|
|
},
|
|
"vueCompilerOptions": {
|
|
"vitePressExtensions": [".md"]
|
|
}
|
|
}
|