Skip to content

Commit

Permalink
Fix feature-libs/quote/tsconfig.schematics.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Larisa-Staroverova committed Oct 19, 2023
1 parent 117547d commit be7be9a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions feature-libs/quote/tsconfig.schematics.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,24 @@
"../../feature-libs/asm/components/public_api"
],
"@spartacus/asm/core": ["../../feature-libs/asm/core/public_api"],
"@spartacus/asm/customer-360/assets": [
"../../feature-libs/asm/customer-360/assets/public_api"
],
"@spartacus/asm/customer-360/components": [
"../../feature-libs/asm/customer-360/components/public_api"
],
"@spartacus/asm/customer-360/core": [
"../../feature-libs/asm/customer-360/core/public_api"
],
"@spartacus/asm/customer-360": [
"../../feature-libs/asm/customer-360/public_api"
],
"@spartacus/asm/customer-360/occ": [
"../../feature-libs/asm/customer-360/occ/public_api"
],
"@spartacus/asm/customer-360/root": [
"../../feature-libs/asm/customer-360/root/public_api"
],
"@spartacus/asm": ["../../feature-libs/asm/public_api"],
"@spartacus/asm/occ": ["../../feature-libs/asm/occ/public_api"],
"@spartacus/asm/root": ["../../feature-libs/asm/root/public_api"],
Expand Down

0 comments on commit be7be9a

Please sign in to comment.