Update typescript, webpack, and asset building

This commit is contained in:
Soren L. Hansen 2021-04-16 06:49:17 -07:00
parent f3af8fcafd
commit d9fe29e9c7
14 changed files with 1144 additions and 2257 deletions

View file

@ -12,7 +12,7 @@ export class Xterm {
message: HTMLElement;
messageTimeout: number;
messageTimer: number;
messageTimer: NodeJS.Timeout;
constructor(elem: HTMLElement) {