Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"publish": "quasar build --mode electron --publish always",
"publish-win": "quasar build --mode electron -T win32 --publish always",
"publish-linux": "quasar build --mode electron -T linux --publish always",
"test": "vitest run ./test/vitest"
"test": "vitest run ./test/vitest",
"typecheck": "tsc"
},
"dependencies": {
"@node-steam/vdf": "^2.1.0",
Expand Down Expand Up @@ -52,7 +53,6 @@
"js-yaml": "^4.1.1",
"lodash.debounce": "^4.0.8",
"moment": "^2.29.1",
"node-ipc": "^12.0.0",
"quasar": "^2.18.6",
"quill": "^1.3.7",
"sanitize-filename": "^1.6.3",
Expand Down Expand Up @@ -100,6 +100,7 @@
"sass": "^1.70.0",
"sass-loader": "^16.0.5",
"sinon": "^11.1.1",
"tsc": "^2.0.4",

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is deprecated and typescript should already do what it needs to do

"tsx": "^4.20.5",
"typescript": "^5.9.2",
"vite-plugin-node-polyfills": "^0.23.0",
Expand Down
Loading
Loading