chore(package.json): add rimraf as a development dependency for improved file management

Including rimraf in the project allows for easier and more efficient
removal of files and directories, enhancing the development workflow,
especially for tasks like cleaning up build artifacts.
This commit is contained in:
Jethro Yu
2025-04-15 14:14:54 +08:00
parent 9ffcdbdb3b
commit 5381c5e18b
2 changed files with 379 additions and 52 deletions
+1
View File
@@ -75,6 +75,7 @@
"eslint": "^9.24.0",
"jest": "^29.7.0",
"prettier": "^2.8.4",
"rimraf": "^6.0.1",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.1",
"typescript": "^4.9.3"