documents/tsconfig.json
clas 27684e03ff
feat: use VitePress to serve documents (#14)
* init vitepress

* fix build

* add vue
2025-01-25 22:02:59 +08:00

15 lines
No EOL
204 B
JSON

{
"include": [
"**/*.ts",
"**/*.vue",
"**/*.md",
],
"compilerOptions": {
"esModuleInterop": true
},
"vueCompilerOptions": {
"vitePressExtensions": [
".md"
],
},
}