From 129d85b27ee343ae7a20f20e9a9264e6178c0006 Mon Sep 17 00:00:00 2001 From: Michael Young Date: Wed, 10 May 2023 16:16:14 -0400 Subject: [PATCH] fix(tsconfig): correct paths definition for (#4718) --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 927c67cde1652..f81876cbdff84 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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/*"]