Bump dependencies and add typing event handler

This commit is contained in:
Max Isom 2020-03-27 17:14:08 -05:00
parent a2950ed722
commit 7703506aae
5 changed files with 34 additions and 11 deletions

View file

@ -1,6 +1,6 @@
{
"compilerOptions": {
"lib": ["ES2017"],
"lib": ["ES2018"],
"target": "es6",
"module": "commonjs",
"declaration": true,