chore: 悦码v1增加环境配置

This commit is contained in:
wangxuefeng
2025-03-06 10:28:14 +08:00
parent eecc2b1893
commit 9b2c728d4c
27 changed files with 540 additions and 689 deletions

View File

@@ -32,7 +32,7 @@
"strictFunctionTypes": false,
"noImplicitAny": false,
"lib": ["dom", "esnext", "DOM.Iterable"],
"types": ["node", "vite/client"],
"types": ["node", "vite/client", "vue"],
"paths": {
"@/*": ["src/*"]
}