We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6735f0 commit 00ff8dfCopy full SHA for 00ff8df
tsconfig.json
@@ -12,9 +12,9 @@
12
"noFallthroughCasesInSwitch": true,
13
"paths": {
14
"@aws-sdk/*": ["packages/*/src"],
15
- "@aws-sdk/client-*": ["clients/client-*/"],
16
- "@aws-sdk/aws-*": ["protocol_tests/aws-*/"],
17
- "@aws-sdk/lib-*": ["lib/*"]
+ "@aws-sdk/client-*": ["clients/client-*/src"],
+ "@aws-sdk/aws-*": ["protocol_tests/aws-*/src"],
+ "@aws-sdk/lib-*": ["lib/lib-*/src"]
18
},
19
"preserveConstEnums": true,
20
"removeComments": true,
0 commit comments