BREAKING CHANGE(core): switch to esm

This commit is contained in:
2022-08-07 16:37:19 +02:00
parent 8eafd81c9f
commit bf6d9ad777
10 changed files with 7783 additions and 18341 deletions

View File

@@ -1,4 +1,4 @@
import * as plugins from './smartsmtp.plugins';
import * as plugins from './smartsmtp.plugins.js';
export interface ISmartSmtpOptions {
smtpServer: string;