Skip to content

Commit ab3665a

Browse files
committed
chore(core): tsconfig files updates
1 parent c9adc06 commit ab3665a

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

packages/core/tsconfig.cjs.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"paths": {
77
"@aws-sdk/core/client": ["./src/submodules/client/index.ts"],
88
"@aws-sdk/core/httpAuthSchemes": ["./src/submodules/httpAuthSchemes/index.ts"],
9-
"@aws-sdk/core/protocols": ["./src/submodules/protocols/index.ts"]
9+
"@aws-sdk/core/protocols": ["./src/submodules/protocols/index.ts"],
10+
"@aws-sdk/core/account-id-endpoint": ["./src/submodules/account-id-endpoint/index.ts"]
1011
}
1112
},
1213
"extends": "../../tsconfig.cjs.json",

packages/core/tsconfig.es.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"paths": {
77
"@aws-sdk/core/client": ["./src/submodules/client/index.ts"],
88
"@aws-sdk/core/httpAuthSchemes": ["./src/submodules/httpAuthSchemes/index.ts"],
9-
"@aws-sdk/core/protocols": ["./src/submodules/protocols/index.ts"]
9+
"@aws-sdk/core/protocols": ["./src/submodules/protocols/index.ts"],
10+
"@aws-sdk/core/account-id-endpoint": ["./src/submodules/account-id-endpoint/index.ts"]
1011
}
1112
},
1213
"extends": "../../tsconfig.es.json",

packages/core/tsconfig.types.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"paths": {
77
"@aws-sdk/core/client": ["./src/submodules/client/index.ts"],
88
"@aws-sdk/core/httpAuthSchemes": ["./src/submodules/httpAuthSchemes/index.ts"],
9-
"@aws-sdk/core/protocols": ["./src/submodules/protocols/index.ts"]
9+
"@aws-sdk/core/protocols": ["./src/submodules/protocols/index.ts"],
10+
"@aws-sdk/core/account-id-endpoint": ["./src/submodules/account-id-endpoint/index.ts"]
1011
}
1112
},
1213
"extends": "../../tsconfig.types.json",

0 commit comments

Comments
 (0)