summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorRaphael <mail@raphaelkabo.com>2025-04-29 22:02:12 +0100
committerGitHub <noreply@github.com>2025-04-29 22:02:12 +0100
commit69f75005303d634b9208c23068655385734f4d3a (patch)
tree9f14b63c602a2968cf2e5e0ab822f34fd520058a /tsconfig.json
parentb04e6394c5c5d882800f5215feae89d76a18af23 (diff)
parentcc68811851f02f413bbd5bcf316d1697a0e83bae (diff)
Merge pull request #202 from halkeye/fix-nodemailer
Fix ReferenceError: nodemailerTransporter is not defined
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"]
}