mirror of https://github.com/certd/certd
🔱: [client] sync upgrade with 2 commits [trident-sync]
feat: noImplicitAny: truepull/8/head
parent
83f9a551e7
commit
51249c304c
|
@ -14,7 +14,8 @@
|
||||||
"preview": "vite preview",
|
"preview": "vite preview",
|
||||||
"pretty-quick": "pretty-quick",
|
"pretty-quick": "pretty-quick",
|
||||||
"lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/",
|
"lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/",
|
||||||
"upgrade": "yarn upgrade-interactive --latest"
|
"upgrade": "yarn upgrade-interactive --latest",
|
||||||
|
"tsc": "vue-tsc --noEmit --skipLibCheck"
|
||||||
},
|
},
|
||||||
"author": "Greper",
|
"author": "Greper",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -102,7 +103,8 @@
|
||||||
"vite-plugin-theme": "^0.8.1",
|
"vite-plugin-theme": "^0.8.1",
|
||||||
"vite-plugin-windicss": "^1.8.10",
|
"vite-plugin-windicss": "^1.8.10",
|
||||||
"vue-eslint-parser": "^9.1.0",
|
"vue-eslint-parser": "^9.1.0",
|
||||||
"windicss": "^3.5.6"
|
"windicss": "^3.5.6",
|
||||||
|
"vue-tsc": "^0.40.13"
|
||||||
},
|
},
|
||||||
"husky": {
|
"husky": {
|
||||||
"hooks": {
|
"hooks": {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
// 这样就可以对 `this` 上的数据属性进行更严格的推断`
|
// 这样就可以对 `this` 上的数据属性进行更严格的推断`
|
||||||
"noImplicitAny": false,
|
"noImplicitAny": true,
|
||||||
"target": "esnext",
|
"target": "esnext",
|
||||||
"module": "esnext",
|
"module": "esnext",
|
||||||
"strict": true,
|
"strict": true,
|
||||||
|
|
Loading…
Reference in New Issue