summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorGavin Mogan <git@gavinmogan.com>2025-04-25 21:43:39 -0700
committerGavin Mogan <git@gavinmogan.com>2025-04-25 21:46:07 -0700
commit14041a319cace03cfc23c0a919ed81fb141f88ce (patch)
treec87d43fe3f889bf0794caa42953781533196cb45 /tsconfig.json
parenta8a17443c2d070d2d23920ffff7e4a43c905698c (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.json3
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"]
}