Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. {
  2. // Usare IntelliSense per informazioni sui possibili attributi.
  3. // Al passaggio del mouse vengono visualizzate le descrizioni degli attributi esistenti.
  4. // Per ulteriori informazioni, visitare: https://go.microsoft.com/fwlink/?linkid=830387
  5. "version": "0.2.0",
  6. "configurations": [
  7. {
  8. "type": "node",
  9. "request": "launch",
  10. "name": "Debug TypeScript in Node.js",
  11. "preLaunchTask": "tsc: build - tsconfig.json",
  12. "program": "${workspaceFolder}/src/index.ts",
  13. "cwd": "${workspaceFolder}",
  14. "protocol": "inspector",
  15. "outFiles": [
  16. "${workspaceFolder}/dist/**/*.js"
  17. ]
  18. }
  19. ]
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement