Skip to content

Commit

Permalink
fix(tsconfig): correct paths definition for (#4718)
Browse files Browse the repository at this point in the history
  • Loading branch information
MYoung25 committed May 10, 2023
1 parent b8d4c0d commit 129d85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"moduleResolution": "node",
"noFallthroughCasesInSwitch": true,
"paths": {
"@aws-sdk/*": ["packages/*/src"],
"@aws-sdk/*": ["packages/*/"],
"@aws-sdk/client-*": ["clients/client-*/"],
"@aws-sdk/aws-*": ["private/aws-*/"],
"@aws-sdk/lib-*": ["lib/*"]
Expand Down

0 comments on commit 129d85b

Please sign in to comment.