Skip to content

Commit f8489c2

Browse files
eduardomourarsrchase
authored andcommitted
fix: override typescript version for typedoc (smithy-lang#561)
Co-authored-by: Eduardo Rodrigues <[email protected]>
1 parent e51d64e commit f8489c2

File tree

1 file changed

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

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@
2828
"ts-jest": "^26.4.1",
2929
"typescript": "~4.1.2"
3030
},
31+
"overrides": {
32+
"typedoc": {
33+
"typescript": "~4.6.2"
34+
}
35+
},
3136
"engines": {
3237
"node": ">=12.0.0"
3338
},

0 commit comments

Comments
 (0)