add ts-node dev dep

This commit is contained in:
Emily
2024-06-02 16:08:53 +02:00
parent 6fb3c9c652
commit ceb14ae128
3 changed files with 128 additions and 1 deletions

View File

@@ -222,7 +222,6 @@ const TemplateEmailWelcome = `
</html>
`
class EmailService {
private transport: nodemailer.Transporter<SMTPTransport.SentMessageInfo>;