Skip to content

Commit c5e31af

Browse files
author
tuan-nguyen-egany
authored
Update launch.json
fix error: Could not read source map for file /node_modules/typescript/lib/typescript.js: ENOENT: no such file or directory
1 parent a18ef47 commit c5e31af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/.vscode/launch.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"cwd": "${workspaceRoot}",
1919
"args": [
20-
"--mask **/*.service.ts",
20+
"**/*.service.ts",
2121
"services"
2222
]
2323
},
@@ -36,4 +36,4 @@
3636
]
3737
}
3838
]
39-
}
39+
}

0 commit comments

Comments
 (0)