1
0
forked from bot/app

📝 插件商店支持

This commit is contained in:
2024-04-20 04:10:20 +08:00
parent 5a9e8449cc
commit 4dd3b4aedc
13 changed files with 433 additions and 39 deletions

View File

@ -2,7 +2,8 @@
"compilerOptions": {
"module": "NodeNext",
"moduleResolution": "NodeNext",
"target": "ES2022"
"target": "ES2022",
"allowSyntheticDefaultImports": true
},
"include": [
"./.vuepress/**/*.ts",