Files
medusa-store/packages/modules/providers/notification-sendgrid/tsconfig.spec.json
Stevche Radevski 79758c46b6 feat: Add support for sendgrid and logger notification providers (#7290)
* feat: Add support for sendgrid and logger notification providers

* fix: changes based on PR review
2024-05-11 17:40:03 +02:00

6 lines
88 B
JSON

{
"extends": "./tsconfig.json",
"include": ["src"],
"exclude": ["node_modules"]
}