UNPKG

create-midnight-app

Version:

🌙 Scaffold for building Midnight smart contracts with dynamic type detection and automated CLI generation

20 lines (18 loc) • 378 B
{ "version": "0.2.0", "configurations": [ { "type": "node", "request": "launch", "name": "Launch Compact debug", "program": "${file}", "skipFiles": [ "<node_internals>/**" ], "outFiles": [ "${workspaceFolder}/**/*.js", "${workspaceFolder}/**/*.cjs" ] } ] }