chore: migrate away from Node's EventEmitter (#5979)

This commit is contained in:
Jack Franklin
2020-06-15 11:52:19 +01:00
committed by GitHub
parent 6e060ce0fd
commit b659969a38
30 changed files with 752 additions and 32 deletions

View File

@@ -7,7 +7,8 @@
"moduleResolution": "node",
"module": "CommonJS",
"declaration": true,
"declarationMap": true
"declarationMap": true,
"esModuleInterop": true
},
"include": [
"src"