mirror of
https://github.com/documenso/documenso.git
synced 2025-11-26 22:44:41 +10:00
feat: email templates
adds email templates using `react-email` which will be used for invites, signing and document completion. authored by @dephraiim
This commit is contained in:
5
packages/email/tsconfig.json
Normal file
5
packages/email/tsconfig.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"extends": "@documenso/tsconfig/react-library.json",
|
||||
"include": ["."],
|
||||
"exclude": ["dist", "build", "node_modules"]
|
||||
}
|
||||
Reference in New Issue
Block a user