mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 17:12:43 +00:00
feat: migrate to esm
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
*/
|
||||
import * as nodemailer from 'nodemailer';
|
||||
import {MailOptions} from 'nodemailer/lib/sendmail-transport';
|
||||
import {deleteUndefinedProperties, isProductiveEnvironment, RecursivePartial} from './common';
|
||||
import {VerifiableTransport} from './transport';
|
||||
import {deleteUndefinedProperties, isProductiveEnvironment, RecursivePartial} from './common.js';
|
||||
import {VerifiableTransport} from './transport.js';
|
||||
|
||||
/**
|
||||
* A configuration of the transport used to send mails via SMTP
|
||||
|
||||
Reference in New Issue
Block a user