rollback changes related to storing config in the repo
Showing
... | ... | @@ -115,12 +115,10 @@ |
"svgo": "^2.8.0", | ||
"ts-jest": "^29.0.3", | ||
"ts-node": "^10.9.1", | ||
"ts-to-zod": "^3.0.0", | ||
"typescript": "4.9.5", | ||
"vite-plugin-svgr": "^2.2.2", | ||
"vite-tsconfig-paths": "^3.5.2", | ||
"ws": "^8.11.0", | ||
"zod": "^3.21.4" | ||
"ws": "^8.11.0" | ||
}, | ||
"lint-staged": { | ||
"*.{js,jsx,ts,tsx}": "eslint --cache --fix" | ||
... | ... |
Please register or sign in to comment