Logo white

孙向锦 / SunvoteEducation

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • SunvoteEducation
  • jsconfig.json
  • 1.添加文件
    be966eff
    jack authored
    2020-02-20 13:13:17 +0800  
    Browse Code »
jsconfig.json 137 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9
{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
        "@/*": ["src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}