mirror of
https://github.com/m1ngsama/documents.git
synced 2025-12-24 10:51:23 +00:00
15 lines
202 B
JSON
15 lines
202 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true
|
|
},
|
|
"include": [
|
|
"**/*.ts",
|
|
"**/*.vue",
|
|
"**/*.md"
|
|
],
|
|
"vueCompilerOptions": {
|
|
"vitePressExtensions": [
|
|
".md"
|
|
]
|
|
}
|
|
}
|