Skip to content

Commit f4b544f

Browse files
authored
build: update to TypeScript 6 (#219)
Update TypeScript to v6 and typescript-eslint to the latest version.
1 parent c8db747 commit f4b544f

File tree

3 files changed

+87
-86
lines changed

3 files changed

+87
-86
lines changed

package-lock.json

Lines changed: 84 additions & 84 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
@@ -336,8 +336,8 @@
336336
"prettier": "^3.8.1",
337337
"qunit": "^2.25.0",
338338
"sinon": "^21.0.3",
339-
"typescript": "^5.9.3",
340-
"typescript-eslint": "^8.57.2",
339+
"typescript": "^6.0.2",
340+
"typescript-eslint": "^8.58.0",
341341
"vscode-tmgrammar-test": "^0.1.3"
342342
}
343343
}

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"compilerOptions": {
3+
"types": ["node"],
34
"module": "nodenext",
45
"target": "ES2020",
56
"outDir": "out",

0 commit comments

Comments
 (0)