UNPKG

bytefun

Version:

一个打通了原型设计、UI设计与代码转换、跨平台原生代码开发等的平台

26 lines 611 B
{ "version": "2.0.0", "tasks": [ { "type": "npm", "script": "compile", "group": "build", "presentation": { "panel": "shared", "reveal": "silent" }, "problemMatcher": "$tsc" }, { "type": "npm", "script": "watch", "group": "build", "presentation": { "panel": "shared", "reveal": "never" }, "isBackground": true, "problemMatcher": "$tsc-watch" } ] }