feat: add resend mail transport

This commit is contained in:
Mythie
2023-09-28 12:27:04 +10:00
parent 7bd847c0d3
commit 9bdff9a61f
8 changed files with 193 additions and 4 deletions
+5
View File
@@ -1,5 +1,10 @@
{
"extends": "@documenso/tsconfig/react-library.json",
"compilerOptions": {
"types": [
"@documenso/tsconfig/process-env.d.ts",
]
},
"include": ["**/*.ts", "**/*.tsx", "**/*.d.ts", "**/*.json"],
"exclude": ["dist", "build", "node_modules"]
}