Skip to content

Commit

Permalink
Prevent TS Server to die on VSCode
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Jun 24, 2021
1 parent 8cbba73 commit eef7a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"files.exclude": {
"**/.git": true,
"**/.DS_Store": true,
"node_modules": false,
"node_modules": true,
"test-lib": true,
"lib": true,
"coverage": true,
Expand Down

0 comments on commit eef7a93

Please sign in to comment.