Skip to content

Commit 5f817e9

Browse files
authored
Extend tsconfig from @tsconfig/node16 (#1255)
1 parent cb4d520 commit 5f817e9

File tree

1 file changed

+1
-1
lines changed
  • smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen

1 file changed

+1
-1
lines changed

smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@tsconfig/node14/tsconfig.json",
2+
"extends": "@tsconfig/node16/tsconfig.json",
33
"compilerOptions": {
44
"downlevelIteration": true,
55
"importHelpers": true,

0 commit comments

Comments
 (0)