We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 653be4f commit 24abd8cCopy full SHA for 24abd8c
3 files changed
package-lock.json
package.json
@@ -53,7 +53,7 @@
53
"js-yaml": "^4.1.1",
54
"nock": "^14.0.11",
55
"prettier": "^3.8.1",
56
- "typescript": "^5.9.3",
+ "typescript": "^6.0.0",
57
"vitest": "^4.1.2",
58
"webpack": "^5.105.3"
59
},
tsconfig.json
@@ -22,6 +22,9 @@
22
"ESNext",
23
"ES2021.String",
24
"dom"
25
+ ],
26
+ "types": [
27
+ "node"
28
]
29
30
"exclude": [
0 commit comments