diff options
| author | Sam Wilkins <samwilkins333@gmail.com> | 2020-10-20 22:04:58 -0700 |
|---|---|---|
| committer | Sam Wilkins <samwilkins333@gmail.com> | 2020-10-20 22:04:58 -0700 |
| commit | f072617e9e14d49ce6099fe7c930d253801ef44f (patch) | |
| tree | 820c310a631760197b3526aed3b8e540a17b6590 /tsconfig.json | |
| parent | 5ea307d3f66d5d8bd5f6060590620083503a7a12 (diff) | |
Fixed crash report
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": [ |
