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.
8 lines
212 B
JSON
8 lines
212 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"inlineSourceMap": true /* Emit a single file with source maps instead of having a separate file. */
|
|
},
|
|
"exclude": ["src/admin", "**/*.spec.js"]
|
|
}
|