Files
medusa-store/packages/medusa-plugin-segment/tsconfig.spec.json
Sebastian Rindom 5cfb662ec0 fix: migrate segment subscribers + typescript support (#5904)
Fixes #6068.

**What**

- Uses new Subscriber API.
- Adds support for typescript files in Segment plugin.
- Adds a peerDependency on @medusajs/medusa for the version that introduced new Subscriber API.
2024-01-18 09:38:33 +00:00

6 lines
88 B
JSON

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