刘妍 2024-04-23 17:11:11 +08:00
commit 20499f6127
3 changed files with 11 additions and 3 deletions

7
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,7 @@
{
"i18n-ally.localesPaths": [
"src/locales",
"src/locales/lang",
"public/resource/tinymce/langs"
]
}

View File

@ -92,9 +92,9 @@
"element-plus": "^2.6.0",
"exceljs": "^4.4.0",
"highlight.js": "^11.9.0",
"js-md5": "^0.8.3",
"kml-geojson": "^1.2.2",
"localforage": "^1.10.0",
"js-md5": "^0.8.3",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"mapbox-gl": "^3.3.0",
@ -140,6 +140,7 @@
"@types/crypto-js": "^4.2.1",
"@types/lodash-es": "^4.17.12",
"@types/mockjs": "^1.0.10",
"@types/node": "^20.10.6",
"@types/nprogress": "^0.2.3",
"@types/qrcode": "^1.5.5",
"@types/qs": "^6.9.11",

View File

@ -4,10 +4,10 @@
"compilerOptions": {
"baseUrl": ".",
"declaration": false,
"types": ["vite/client"],
"types": ["vite/client","node"],
"paths": {
"@/*": ["src/*"],
"#/*": ["types/*"],
"#/*": ["types/*"]
},
"module": "ES2022",
"moduleResolution": "node"