Skip to content

Commit dd84ad1

Browse files
committed
Fix wdio and tsconfig errors
1 parent 26c6753 commit dd84ad1

File tree

3 files changed

+23
-19
lines changed

3 files changed

+23
-19
lines changed

apps/desktop/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@
8181
"tinykeys": "^2.1.0",
8282
"ts-node": "^10.9.2",
8383
"vite": "catalog:",
84-
"vitest": "^2.0.5"
84+
"vitest": "^2.0.5",
85+
"@types/node": "^22.3.0"
8586
},
8687
"dependencies": {
8788
"openai": "^4.47.3"

apps/desktop/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"sourceMap": true,
1515
"strict": true,
1616
"experimentalDecorators": true,
17-
"types": ["node", "@wdio/globals/types", "@wdio/mocha-framework", "vitest/importMeta"]
17+
"types": ["@wdio/globals/types", "@wdio/mocha-framework", "vitest/importMeta"]
1818
},
1919
"include": [
2020
"vitest-setup.js",

pnpm-lock.yaml

+20-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)