diff options
author | Gavin Mogan <git@gavinmogan.com> | 2025-04-25 21:43:39 -0700 |
---|---|---|
committer | Gavin Mogan <git@gavinmogan.com> | 2025-04-25 21:46:07 -0700 |
commit | 14041a319cace03cfc23c0a919ed81fb141f88ce (patch) | |
tree | c87d43fe3f889bf0794caa42953781533196cb45 /tsconfig.json | |
parent | a8a17443c2d070d2d23920ffff7e4a43c905698c (diff) |
Refactor to have email service
* Move hbsInstance back to app
* Add email and hbs to req so typescript 🎉🎉🎉
* Init Email and config once
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index fef389a..cd651a3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,5 +18,6 @@ "moduleResolution": "NodeNext", "skipLibCheck": true }, - "include": ["./src/**/*"] + "include": ["./src/**/*"], + "files": ["./src/index.d.ts"] } |