UNPKG

auto-request

Version:

通过Yapi JSON Schema生成接口Axios或Taro接口

19 lines (18 loc) 546 B
{ // 使用 IntelliSense 了解相关属性。 // 悬停以查看现有属性的描述。 // 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "name": "open调试", "request": "launch", "type": "node", "runtimeArgs": ["run-script", "open"], "runtimeExecutable": "npm", "skipFiles": ["<node_internals>/**"], "program": "${workspaceFolder}\\src\\index.ts", "outFiles": ["${workspaceFolder}/**/*.js"] } ] }