1
0
mirror of synced 2026-03-22 18:48:34 +08:00

chore(editor): 完善类型检验

This commit is contained in:
roymondchen
2026-03-17 16:57:28 +08:00
parent 6d91a7a844
commit 61f00a0fb7
2 changed files with 8 additions and 5 deletions

View File

@@ -68,18 +68,21 @@
"@types/lodash-es": "^4.17.4",
"@types/serialize-javascript": "^5.0.4",
"@types/sortablejs": "^1.15.9",
"@vue/test-utils": "^2.4.6",
"type-fest": "^5.2.0"
"@vue/test-utils": "^2.4.6"
},
"peerDependencies": {
"@tmagic/core": "workspace:*",
"monaco-editor": "^0.48.0",
"type-fest": "^5.2.0",
"typescript": "catalog:",
"vue": "catalog:"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
},
"type-fest": {
"optional": true
}
}
}