Skip to content

Commit ad2012a

Browse files
authored
fix: use TS 3.4 compatible types for TS 3.9 (#269)
1 parent cb17734 commit ad2012a

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/base-package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"node": ">=10.0.0"
4141
},
4242
"typesVersions": {
43-
"<3.9": {
43+
"<4.0": {
4444
"types/*": ["types/ts3.4/*"]
4545
}
4646
}

0 commit comments

Comments
 (0)