chore: Rename the website directory to docs
This commit is contained in:
6
docs/tsconfig.json
Normal file
6
docs/tsconfig.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"$schema": "https://json.schemastore.org/tsconfig",
|
||||
"extends": "@vben/tsconfig/web.json",
|
||||
"include": [".vitepress/*.mts", ".vitepress/**/*.ts", ".vitepress/**/*.vue"],
|
||||
"exclude": ["node_modules"]
|
||||
}
|
Reference in New Issue
Block a user