Skip to content

Commit f3ce893

Browse files
authored
chore(NODE-6937): update typescript to 5.8.3 (#39)
1 parent 7a29b5d commit f3ce893

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"mocha": "^11.1.0",
2222
"prettier": "^3.5.3",
2323
"ts-node": "^10.9.2",
24-
"typescript": "^5.5.4",
24+
"typescript": "^5.8.3",
2525
"typescript-cached-transpile": "^0.0.6"
2626
},
2727
"scripts": {

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"module": "commonJS",
1010
"moduleResolution": "node",
1111
"skipLibCheck": true,
12+
"erasableSyntaxOnly": true,
1213
"lib": [
1314
"es2021",
1415
"ES2022.Error"

0 commit comments

Comments
 (0)