UNPKG

aurelia-materialize-bridge

Version:
24 lines (23 loc) 380 B
{ // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format "version": "2.0.0", "tasks": [ { "label": "copy to demo", "type": "npm", "script": "copytodemo", "problemMatcher": [ "$tsc" ] }, { "type": "npm", "script": "build", "group": { "kind": "build", "isDefault": true } } ] }