Logo white

antissoft / antissoft.dati.admin

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • antissoft.dati.admin
  • jsconfig.json
  • 项目初始化
    b89c8760
    wangming authored
    2022-02-07 11:25:33 +0800  
    Browse Code »
jsconfig.json 137 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
        "@/*": ["src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}