Skip to content

Commit

Permalink
Put this back
Browse files Browse the repository at this point in the history
For some reason things break with ts-node when this is removed, like it
doesn't properly use the extended tsconfig. This broke:

$ pnpm --filter product-catalog generateTypes
  • Loading branch information
tjmw committed Dec 18, 2024
1 parent 9686d0a commit 854c068
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions modules/product-catalog/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,15 @@
"require": [
"tsconfig-paths/register"
]
},
"compilerOptions": {
"paths": {
"@modules/aws/*": ["../aws/src/*"],
"@modules/zuora/*": ["../zuora/src/*"],
"@modules/zuora-catalog/*": ["../zuora-catalog/src/*"],
"@modules/product-catalog/*": ["../product-catalog/src/*"],
"@modules/internationalisation/*": ["../internationalisation/src/*"],
"@modules/utils/*": ["../utils/src/*"]
}
}
}

0 comments on commit 854c068

Please sign in to comment.