documents/tsconfig.json
2025-04-03 19:36:44 +08:00

15 lines
202 B
JSON

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