Full Postmark email API coverage: send emails, manage templates, bounces, domains, webhooks, message streams, stats, suppressions, inbound rules, sender signatures, and data removals. Dual auth with server token (60 tools) and account token (22 tools).
11 lines
227 B
JSON
11 lines
227 B
JSON
{
|
|
"extends": "@tpmjs/tsconfig/base.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"incremental": false,
|
|
"composite": false
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|