Sign in

杨鸣坤 / iot-bridge-ui · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • iot-bridge-ui
  • jsconfig.json
  • chore: 初始化项目
    f80a2a45
    杨鸣坤 authored
    2026-05-15 10:48:43 +0800  
    Browse Files »
jsconfig.json 116 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8
{
  "compilerOptions": {
    "paths": {
      "@/*": ["./src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}