Skip to content

Commit

Permalink
ran npm run config:update
Browse files Browse the repository at this point in the history
  • Loading branch information
hakwookim committed Oct 17, 2023
1 parent 5b5c270 commit 3b7caf3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions feature-libs/asm/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@
"@spartacus/order": ["dist/order"],
"@spartacus/order/occ": ["dist/order/occ"],
"@spartacus/order/root": ["dist/order/root"],
"@spartacus/storefront": ["dist/storefrontlib"],
"@spartacus/storefinder/assets": ["dist/storefinder/assets"],
"@spartacus/storefinder/components": ["dist/storefinder/components"],
"@spartacus/storefinder/core": ["dist/storefinder/core"],
"@spartacus/storefinder": ["dist/storefinder"],
"@spartacus/storefinder/occ": ["dist/storefinder/occ"],
"@spartacus/storefinder/root": ["dist/storefinder/root"],
"@spartacus/storefront": ["dist/storefrontlib"],
"@spartacus/user/account/assets": ["dist/user/account/assets"],
"@spartacus/user/account/components": ["dist/user/account/components"],
"@spartacus/user/account/core": ["dist/user/account/core"],
Expand All @@ -87,7 +87,13 @@
"@spartacus/user/profile/core": ["dist/user/profile/core"],
"@spartacus/user/profile": ["dist/user/profile"],
"@spartacus/user/profile/occ": ["dist/user/profile/occ"],
"@spartacus/user/profile/root": ["dist/user/profile/root"]
"@spartacus/user/profile/root": ["dist/user/profile/root"],
"@spartacus/pdf-invoices/assets": ["dist/pdf-invoices/assets"],
"@spartacus/pdf-invoices/components": ["dist/pdf-invoices/components"],
"@spartacus/pdf-invoices/core": ["dist/pdf-invoices/core"],
"@spartacus/pdf-invoices": ["dist/pdf-invoices"],
"@spartacus/pdf-invoices/occ": ["dist/pdf-invoices/occ"],
"@spartacus/pdf-invoices/root": ["dist/pdf-invoices/root"]
}
},
"angularCompilerOptions": {
Expand Down
2 changes: 1 addition & 1 deletion integration-libs/cdc/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
"@spartacus/storefinder/core": ["dist/storefinder/core"],
"@spartacus/storefinder": ["dist/storefinder"],
"@spartacus/storefinder/occ": ["dist/storefinder/occ"],
"@spartacus/storefinder/root": ["dist/storefinder/root"]
"@spartacus/storefinder/root": ["dist/storefinder/root"],
"@spartacus/pdf-invoices/assets": ["dist/pdf-invoices/assets"],
"@spartacus/pdf-invoices/components": ["dist/pdf-invoices/components"],
"@spartacus/pdf-invoices/core": ["dist/pdf-invoices/core"],
Expand Down

0 comments on commit 3b7caf3

Please sign in to comment.