Skip to content

Commit a298135

Browse files
committed
remove tslib from launch.json
1 parent 51847ee commit a298135

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.vscode/launch.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,6 @@
131131

132132
"skipFiles": [
133133
"<node_internals>/**",
134-
// this prevents us from landing in a neverending cycle of TS async-polyfill functions as we're stepping through
135-
// our code
136-
"${workspaceFolder}/node_modules/tslib/**/*"
137134
],
138135
"sourceMaps": true,
139136
// this controls which files are sourcemapped

0 commit comments

Comments
 (0)