Skip to content

Commit

Permalink
fix(cart): compile declarations for cart
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Baulig committed Mar 13, 2024
1 parent 0361aad commit d9aef13
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/cart/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"target": "ES2019",
"module": "commonjs",
"moduleResolution": "node",
"declaration": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/facade/tsconfig-base.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../node_modules/@restorecommerce/dev/tsconfig.json",
"extends": "../dev/tsconfig.json",
"compilerOptions": {
"paths": {
"@modules": ["src/modules/index"],
Expand Down
2 changes: 1 addition & 1 deletion packages/rc-grpc-clients/tsconfig-base.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../node_modules/@restorecommerce/dev/tsconfig.json",
"extends": "../dev/tsconfig.json",
"compilerOptions": {
"esModuleInterop": false,
"allowSyntheticDefaultImports": true,
Expand Down

0 comments on commit d9aef13

Please sign in to comment.