vue-vben-admin/docs/tsconfig.json
Vben 5ce3a18785
docs: update docs (#4466)
* chore: fixed known issues with form components

* docs: add vben form doc
2024-09-22 14:16:06 +08:00

20 lines
379 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@vben/tsconfig/web.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"#/*": ["./src/_env/*"]
}
},
"include": [
".vitepress/*.mts",
".vitepress/**/*.ts",
".vitepress/**/*.vue",
"src/*.mts",
"src/**/*.ts",
"src/**/*.vue"
],
"exclude": ["node_modules"]
}