diff options
| author | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-10-21 10:36:28 +0530 |
|---|---|---|
| committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-10-21 10:36:28 +0530 |
| commit | 5568b31f7a8e83624402838c9f7f71f56defac98 (patch) | |
| tree | 76a15b61aab3b6554b487eecfe6aac25d6deb151 /tsconfig.json | |
| parent | b19a8654bd85a465a4204cfc65da0e753a94f397 (diff) | |
| parent | 6580a0cbec7321278f8009076e0bb0890d7b3596 (diff) | |
Merge branch 'restored_server_monitor' of https://github.com/browngraphicslab/Dash-Web into restored_server_monitor
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index b06cec79f..f688f18ea 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,7 +19,8 @@ "./src/typings" ], "types": [ - "youtube" + "youtube", + "node" ] }, // "exclude": [ |
