Browse Source

docs: fix site error, close #5993

pull/6019/head
tangjinzhou 2 years ago
parent
commit
23a8368894
  1. 5
      package.json
  2. 3
      tsconfig.json

5
package.json

@ -121,6 +121,7 @@
"@types/postcss-load-config": "^2.0.1",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vitejs/plugin-legacy": "^2.2.0",
"@vitejs/plugin-vue": "^3.0.0",
"@vitejs/plugin-vue-jsx": "^2.0.0",
"@vue/babel-plugin-jsx": "^1.0.0",
@ -256,13 +257,13 @@
"vue-eslint-parser": "^8.0.0",
"vue-i18n": "^9.1.7",
"vue-infinite-scroll": "^2.0.2",
"vue-loader": "^16.1.1",
"vue-loader": "^17.0.0",
"vue-request": "^1.0.2",
"vue-router": "^4.0.0",
"vue-server-renderer": "^2.6.11",
"vue-style-loader": "^4.1.2",
"vue-tsc": "^0.34.15",
"vuex": "^4.0.0-beta.2",
"vuex": "^4.0.0",
"webpack": "^5.0.0",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^4.6.0",

3
tsconfig.json

@ -14,7 +14,8 @@
"noUnusedParameters": true,
"noUnusedLocals": true,
"noImplicitAny": false,
"target": "es6",
"target": "esnext",
"module": "esnext",
"skipLibCheck": true,
"allowJs": true,
"importsNotUsedAsValues": "preserve"

Loading…
Cancel
Save