fix: add missing Babel presets (@babel/preset-react, @babel/preset-typescript)

This commit is contained in:
张翔
2026-03-12 22:23:35 +08:00
parent 4f3ebfc11f
commit 29fef2a316
2 changed files with 134 additions and 0 deletions
+2
View File
@@ -71,6 +71,8 @@
"@babel/core": "^7.29.0",
"@babel/plugin-transform-runtime": "^7.29.0",
"@babel/preset-env": "^7.29.0",
"@babel/preset-react": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
"@eslint/eslintrc": "^3.3.5",
"@tailwindcss/postcss": "^4",
"@testing-library/jest-dom": "^6.9.1",