hookehuyr

馃敡 build: 鏇存柊TS閰嶇疆锛岃鑳藉鐩存帴杩愯ts鏂囦欢

......@@ -23,6 +23,7 @@
"lodash": "^4.17.21",
"moment": "^2.29.3",
"mui-player": "^1.6.0",
"typescript": "^4.7.3",
"uuid": "^8.3.2",
"vant": "^4.0.0-alpha.3",
"vconsole": "^3.14.6",
......
......@@ -2,7 +2,7 @@
"compilerOptions": {
"outDir": "./",
"target": "esnext",
"module": "esnext",
"module": "CommonJS",
"strict": true,
"jsx": "preserve",
"importHelpers": true,
......@@ -10,7 +10,7 @@
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"isolatedModules": true,
"isolatedModules": false,
"baseUrl": ".",
"allowJs": true,
// "checkJs": true,
......@@ -19,6 +19,8 @@
"vite/client",
"lodash",
"moment",
"node",
"jquery",
],
"paths": {
"@/*": [
......@@ -37,7 +39,7 @@
"src/**/*.tsx",
"src/**/*.vue",
"tests/**/*.ts",
"tests/**/*.tsx",
"tests/**/*.tsx", "src/views/test/test.js",
],
"exclude": [
"node_modules",
......
......@@ -2719,6 +2719,11 @@ type-fest@^0.21.3:
resolved "http://mirrors.tencent.com/npm/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37"
integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==
typescript@^4.7.3:
version "4.7.3"
resolved "https://mirrors.cloud.tencent.com/npm/typescript/-/typescript-4.7.3.tgz#8364b502d5257b540f9de4c40be84c98e23a129d"
integrity sha512-WOkT3XYvrpXx4vMMqlD+8R8R37fZkjyLGlxavMc4iB8lrl8L0DeTcHbYgw/v0N/z9wAFsgBhcsF0ruoySS22mA==
universalify@^2.0.0:
version "2.0.0"
resolved "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz"
......