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.
9 lines
145 B
JSON
9 lines
145 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "esnext"
|
|
},
|
|
"include": ["src/admin"],
|
|
"exclude": ["**/*.spec.js"]
|
|
}
|