UNPKG

xlsx-datafill

Version:

Scalable, template based data population for Excel XLSX spreadsheets.

32 lines 707 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": "Jasmine Unit Tests", "program": "${workspaceFolder}/node_modules/jasmine/bin/jasmine.js", "skipFiles": [ "<node_internals>/**" ], "args": [ "test/*.spec.js" ], }, { "type": "node", "request": "launch", "name": "Gulp test", "program": "${workspaceFolder}/node_modules/gulp/bin/gulp.js", "args": [ "test" ], "skipFiles": [ "<node_internals>/**" ] } ] }