Skip to content

Commit

Permalink
feat: fix for resolveSourceMapLocations bug (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastiaan Verbeek authored Jan 13, 2021
1 parent 5f263b8 commit 3f7d18d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,17 @@
"--require",
"ts-node/register",
"-u",
"tdd",
"bdd",
"--timeout",
"999999",
"--colors",
"--recursive",
"${workspaceFolder}/src/**/*.ts"
],
"resolveSourceMapLocations": [
"${workspaceFolder}/**",
"!**/node_modules/**"
],
"env": {
"NODE_ENV": "test"
},
Expand Down

0 comments on commit 3f7d18d

Please sign in to comment.