VSCode配置项

1,jsconfig.json

{
  "compilerOptions": {
     "target": "es6",
     "allowSyntheticDefaultImports": false,
      "baseUrl": "./",
      "paths": {
          "@/*": ["src/*"]
     }
  },
  "exclude": ["node_modules", "dist"]
}

 

posted on 2021-11-17 09:51  苏荷酒吧  阅读(39)  评论(0编辑  收藏  举报