mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-07-28 17:21:22 +00:00
docs: vuepress构建文档
This commit is contained in:
14
docs/tsconfig.json
Normal file
14
docs/tsconfig.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "NodeNext",
|
||||
"moduleResolution": "NodeNext",
|
||||
"target": "ES2022"
|
||||
},
|
||||
"include": [
|
||||
"docs/.vuepress/**/*.ts",
|
||||
"docs/.vuepress/**/*.vue"
|
||||
],
|
||||
"exclude": [
|
||||
"../node_modules"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user