Commit 913b677
authored
Fixed duplicate "stripInternal" entry in client-sts tsconfig
This caused an error for me when bundling with esbuild
> node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/tsconfig.json:26:4: warning: Duplicate key "stripInternal" in object literal
26 │ "stripInternal": true,
╵ ~~~~~~~~~~~~~~~1 parent a51c2f4 commit 913b677
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
| |||
0 commit comments