Skip to content

Commit 6c54222

Browse files
authored
chore: downgrade typescript to ~4.3.5 (#418)
1 parent e5cf6d5 commit 6c54222

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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
@@ -33,7 +33,7 @@
3333
"rimraf": "^3.0.0",
3434
"ts-jest": "^26.4.1",
3535
"typedoc": "^0.19.2",
36-
"typescript": "~4.4.2"
36+
"typescript": "~4.3.5"
3737
},
3838
"engines": {
3939
"node": ">=10.0.0"

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"resolveJsonModule": true,
1414
"esModuleInterop": true,
1515
"declarationDir": "dist/types",
16-
"outDir": "dist/cjs",
17-
"useUnknownInCatchVariables": false,
16+
"outDir": "dist/cjs"
1817
},
1918
"typedocOptions": {
2019
"exclude": [

0 commit comments

Comments
 (0)