Logo

GitLab

Sign in

朱子纯 / test3

  • Back to Dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 1
  • Labels
  • Wiki
  • Snippets
  • test3
  • frontend
  • tsconfig.node.json
  • feat(usr): 前端登录页 + Redux auth 切片 + 测试 REQ-USR-004 ...
    5397d9c9
    Tasks 8-10: authSlice setCredentials/clearCredentials, LoginPage 品牌选择 + 登录表单,
    4/4 Vitest 测试通过(authSlice.test.ts + LoginPage.test.tsx)
    zichun authored
    2026-05-08 10:07:35 +0800  
    Browse Code »
tsconfig.node.json 213 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
{
  "compilerOptions": {
    "composite": true,
    "skipLibCheck": true,
    "module": "ESNext",
    "moduleResolution": "bundler",
    "allowSyntheticDefaultImports": true
  },
  "include": ["vite.config.ts"]
}