UNPKG

graphql-import

Version:

![IMPORT_1](https://user-images.githubusercontent.com/25294569/76310705-fc621b00-62d7-11ea-9643-1670cfe6be18.gif) # graphql-import

21 lines (20 loc) 469 B
{ "configurations": [ { "type": "node", "request": "launch", "name": "Run AVA test", "program": "${workspaceRoot}/node_modules/ava/profile.js", "cwd": "${workspaceRoot}", "args": ["dist/index.test.js"], "preLaunchTask": "tsc: build - tsconfig.json", "outFiles": ["${workspaceFolder}/dist/**/*.js"] }, { "name": "Attach", "type": "node", "request": "attach", "port": 5858 } ] }