Skip to content

Commit 36347af

Browse files
committed
Update TS setup
1 parent 2f51b3f commit 36347af

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
"@types/eslint": "^8.44.9",
4949
"@types/mdast": "^4.0.3",
5050
"@types/mocha": "^10.0.7",
51-
"@types/node": "^18.19.3",
51+
"@types/node": "^18.19.50",
5252
"@voxpelli/eslint-config": "^19.0.0",
53-
"@voxpelli/tsconfig": "^10.0.0",
53+
"@voxpelli/tsconfig": "^14.0.0",
5454
"c8": "^8.0.1",
5555
"chai": "^4.4.1",
5656
"eslint-plugin-es-x": "^7.5.0",
@@ -67,8 +67,8 @@
6767
"knip": "^3.8.1",
6868
"mocha": "^10.5.1",
6969
"npm-run-all2": "^6.2.0",
70-
"type-coverage": "^2.27.0",
71-
"typescript": "~5.3.3"
70+
"type-coverage": "^2.29.1",
71+
"typescript": "~5.5.4"
7272
},
7373
"dependencies": {
7474
"@voxpelli/typed-utils": "^1.10.2",

tsconfig.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@
66
"include": [
77
"lib/**/*",
88
"test/**/*",
9-
]
9+
],
10+
"compilerOptions": {
11+
"types": ["node", "mocha"]
12+
}
1013
}

0 commit comments

Comments
 (0)