feat: 类型声明
Showing
| ... | ... | @@ -45,7 +45,6 @@ |
| "sass": "^1.58.3", | ||
| "sharp": "^0.31.3", | ||
| "tunnel": "^0.0.6", | ||
| "typescript": "4.9.5", | ||
| "uuid": "^9.0.0", | ||
| "zustand": "^4.3.5" | ||
| }, | ||
| ... | ... | @@ -63,7 +62,8 @@ |
| "eslint-config-next": "13.1.6", | ||
| "husky": "^8.0.3", | ||
| "lint-staged": "^13.1.2", | ||
| "prettier": "^2.8.4" | ||
| "prettier": "^2.8.4", | ||
| "typescript": "4.9.5" | ||
| }, | ||
| "lint-staged": { | ||
| "./src/**/*.{ts,tsx,scss}": "npm run format" | ||
| ... | ... |
Please
register
or
sign in
to comment