Upgrade to TypeScript 4.1

Summary:
allow-large-files

Upgrade to TypeScript 4.1

Reviewed By: nikoant

Differential Revision: D25122073

fbshipit-source-id: 7d2bc6f97595c825c9527b0c6ecab07698d5f981
This commit is contained in:
Michel Weststrate
2020-11-26 04:20:13 -08:00
committed by Facebook GitHub Bot
parent c431657a39
commit 8025c49768
17 changed files with 23 additions and 23 deletions

View File

@@ -157,7 +157,7 @@ class Server extends EventEmitter {
'server',
);
server.emit('listening', port);
resolve(rsServer);
resolve(rsServer!);
});
return transportServer;
};