1
0
forked from bot/app

docs: vuepress构建文档

This commit is contained in:
2024-03-28 11:10:01 +08:00
parent ea35147938
commit edafffcbb5
3 changed files with 2894 additions and 0 deletions

14
docs/tsconfig.json Normal file
View File

@ -0,0 +1,14 @@
{
"compilerOptions": {
"module": "NodeNext",
"moduleResolution": "NodeNext",
"target": "ES2022"
},
"include": [
"./.vuepress/**/*.ts",
"./.vuepress/**/*.vue"
],
"exclude": [
"node_modules"
]
}