diff options
| author | bobzel <zzzman@gmail.com> | 2020-10-22 10:58:28 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-22 10:58:28 -0400 |
| commit | 3bc68d855b2c3e282626acdee0d9c537d562b672 (patch) | |
| tree | 7149579004571fa76369ab6d4e888e1e4c0ee6d0 /tsconfig.json | |
| parent | 9bc227553d68c33203067d23b158a27b36781bbd (diff) | |
| parent | 1769f9a3cd1952405bcdec2d5186ed24ba34dc30 (diff) | |
Merge pull request #899 from browngraphicslab/restored_server_monitor
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": [ |
