Skip to content

Commit 913b677

Browse files
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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clients/client-sts/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"ignoreCompilerErrors": true,
2424
"includeDeclarations": true,
2525
"stripInternal": true,
26-
"stripInternal": true,
2726
"readme": "./README.md",
2827
"mode": "file",
2928
"out": "./docs",

0 commit comments

Comments
 (0)