Skip to content

Commit bff2f7e

Browse files
trivikrsrchase
authored andcommitted
Bump TypeScript to ~4.6.2 (smithy-lang#527)
1 parent 8c8933b commit bff2f7e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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
@@ -17,7 +17,7 @@
1717
"module": "./dist-es/index.js",
1818
"sideEffects": false,
1919
"dependencies": {
20-
"tslib": "^2.3.0"
20+
"tslib": "^2.3.1"
2121
},
2222
"devDependencies": {
2323
"@tsconfig/recommended": "1.0.1",

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"incremental": true,
77
"removeComments": true,
88
"resolveJsonModule": true,
9-
"rootDir": "src"
9+
"rootDir": "src",
10+
"useUnknownInCatchVariables": false
1011
},
1112
"exclude": ["test/"]
1213
}

0 commit comments

Comments
 (0)