Skip to content

Commit 00ff8df

Browse files
committed
fix: add src to compilerOptions.paths
1 parent f6735f0 commit 00ff8df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"noFallthroughCasesInSwitch": true,
1313
"paths": {
1414
"@aws-sdk/*": ["packages/*/src"],
15-
"@aws-sdk/client-*": ["clients/client-*/"],
16-
"@aws-sdk/aws-*": ["protocol_tests/aws-*/"],
17-
"@aws-sdk/lib-*": ["lib/*"]
15+
"@aws-sdk/client-*": ["clients/client-*/src"],
16+
"@aws-sdk/aws-*": ["protocol_tests/aws-*/src"],
17+
"@aws-sdk/lib-*": ["lib/lib-*/src"]
1818
},
1919
"preserveConstEnums": true,
2020
"removeComments": true,

0 commit comments

Comments
 (0)