UNPKG

@titanium/turbo

Version:

<p align="center"> <img src="https://cdn.secure-api.org/images/turbo-title_400.png" /><br> <a href="https://www.npmjs.com/package/@titanium/turbo"> <img src="https://img.shields.io/npm/v/@titanium/turbo.png" /> </a> </p>

25 lines (24 loc) 597 B
{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "type": "node", "request": "launch", "name": "Launch Program", "program": "${workspaceFolder}/bin/alloy", "args": [ "compile", "--config", "platform=ios" ], "cwd": "/Users/eharris/Documents/Appcelerator_Studio_Workspace/plainAlloy", "skipFiles": [ "node_modules/**/*.js", "<node_internals>/**/*.js" ] } ] }