Add tooltip to events with event information.

This commit is contained in:
Dermot Duffy
2021-08-13 19:45:00 -07:00
parent cc67c3ebf9
commit 27ab146cb5
3 changed files with 29 additions and 3 deletions
+2 -1
View File
@@ -16,6 +16,7 @@
"noImplicitAny": false,
"skipLibCheck": true,
"resolveJsonModule": true,
"experimentalDecorators": true
"experimentalDecorators": true,
"esModuleInterop": true,
}
}