Skip to content

Commit 41cbd76

Browse files
authored
Merge pull request #204 from dhensby/chore/typescript-6
chore(deps-dev): upgrade typescript to v6
2 parents 50fedd1 + c1fd7a7 commit 41cbd76

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
"nyc": "^18.0.0",
5151
"sinon": "^21.0.0",
5252
"sinon-chai": "^3.7.0",
53-
"ts-node": "^10.9.1",
54-
"typescript": "^5.9.2",
53+
"ts-node": "^10.9.2",
54+
"typescript": "^6.0.2",
5555
"typescript-eslint": "^8.58.2"
5656
},
5757
"dependencies": {

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"rootDir": "./src", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
77
"sourceMap": true,
88
"noImplicitAny": false, /* Raise error on expressions and declarations with an implied 'any' type. */
9-
"resolveJsonModule": true /* Allows importing modules with a '.json' extension, which is a common practice in node projects. */
9+
"resolveJsonModule": true, /* Allows importing modules with a '.json' extension, which is a common practice in node projects. */
10+
"types": ["node", "mocha"]
1011
},
1112
"exclude": ["test", "lib", "node_modules", "misc"]
1213
}

0 commit comments

Comments
 (0)