What: - Adds PriceSet, PriceSetMoneyAmount, updates schema - Adds service/repo for PriceSet - Shifts entry point to use PriceSet - Updates link/joiner config RESOLVES CORE-1495
9 lines
167 B
JSON
9 lines
167 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": ["src", "integration-tests"],
|
|
"exclude": ["node_modules", "dist"],
|
|
"compilerOptions": {
|
|
"sourceMap": true
|
|
}
|
|
}
|