Harmonize tsconfig for frontend and server.
This commit is contained in:
parent
894ee97fdf
commit
22bff3496a
30 changed files with 77 additions and 53 deletions
server/services
|
@ -7,8 +7,8 @@ import { htmlToText } from "nodemailer-html-to-text";
|
|||
import { config } from "../config";
|
||||
import Logger from "../logger";
|
||||
import { editNodeUrl } from "../utils/urlBuilder";
|
||||
import { Transporter } from "nodemailer";
|
||||
import { MailData, Mail } from "../types";
|
||||
import type { Transporter } from "nodemailer";
|
||||
import type { MailData, Mail } from "../types";
|
||||
|
||||
const templateBasePath = __dirname + "/../mailTemplates";
|
||||
const snippetsBasePath = templateBasePath + "/snippets";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue