documents/tsconfig.json
2025-01-25 21:51:29 +08:00

15 lines
No EOL
204 B
JSON

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