We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4df275 commit f71c6a8Copy full SHA for f71c6a8
2 files changed
package.json
@@ -64,7 +64,8 @@
64
"typescript_5.1": "npm:typescript@5.1",
65
"typescript_5.2": "npm:typescript@5.2",
66
"typescript_5.3": "npm:typescript@5.3",
67
- "typescript_5.4": "npm:typescript@5.4"
+ "typescript_5.4": "npm:typescript@5.4",
68
+ "typescript_5.5": "npm:typescript@5.5"
69
},
70
"engines": {
71
"node": ">=16.0.0"
test/spec/ts-defs.spec.mjs
@@ -205,5 +205,6 @@ describe
205
describe('TypeScript 5.2', () => defineTests('typescript_5.2'));
206
describe('TypeScript 5.3', () => defineTests('typescript_5.3'));
207
describe('TypeScript 5.4', () => defineTests('typescript_5.4'));
208
+ describe('TypeScript 5.5', () => defineTests('typescript_5.5'));
209
210
);
0 commit comments