Fix build errors: mockData priority 'normal'→'medium', add vite/client types

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-17 13:55:02 +03:00
parent 728b20417a
commit cc1ce4d7f6
2 changed files with 6 additions and 5 deletions

View File

@@ -3,6 +3,7 @@
"target": "ES2020",
"useDefineForClassFields": true,
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"types": ["vite/client"],
"module": "ESNext",
"skipLibCheck": true,
"moduleResolution": "bundler",