Skip to content

Commit 80412cb

Browse files
authored
refactor: Bump typescript from 5.9.3 to 6.0.2 (#207)
1 parent 9b49941 commit 80412cb

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

package-lock.json

Lines changed: 4 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
@@ -53,7 +53,7 @@
5353
"mailgun.js": "12.7.0",
5454
"nyc": "18.0.0",
5555
"semantic-release": "25.0.3",
56-
"typescript": "5.9.3"
56+
"typescript": "6.0.2"
5757
},
5858
"engines": {
5959
"node": "20 || 22 || 24"

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"declaration": true,
88
"emitDeclarationOnly": true,
99
"outDir": "lib",
10-
"declarationMap": true
10+
"declarationMap": true,
11+
"rootDir": "src"
1112
}
1213
}

0 commit comments

Comments
 (0)