add tsconfig.json extends
All checks were successful
Sync to CNB / sync (push) Successful in 4s

This commit is contained in:
2025-04-29 22:47:24 +08:00
parent 89573c93c2
commit bfe883ffb7
3 changed files with 43 additions and 259 deletions

View File

@@ -33,8 +33,8 @@
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-hook-form": "^7.56.1",
"react-router": "^7.5.2",
"react-router-dom": "^7.5.2",
"react-router": "^7.5.3",
"react-router-dom": "^7.5.3",
"react-toastify": "^11.0.5",
"zustand": "^5.0.3"
},
@@ -44,9 +44,9 @@
"devDependencies": {
"@kevisual/components": "workspace:*",
"@kevisual/query": "0.0.17",
"@kevisual/types": "^0.0.7",
"@kevisual/types": "^0.0.9",
"@tailwindcss/vite": "^4.1.4",
"@types/node": "^22.15.2",
"@types/node": "^22.15.3",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-basic-ssl": "^2.0.0",