use EventEmitter

This commit is contained in:
ennmichael
2023-03-01 00:10:53 +01:00
parent 6ef866feb3
commit a32d806532
5 changed files with 131 additions and 51 deletions

View File

@ -8,7 +8,8 @@
"outDir": "dist",
"moduleResolution": "node",
"esModuleInterop": true,
"skipLibCheck": true
"skipLibCheck": true,
"noImplicitOverride": true
},
"include": ["src"]
}