fix: build error with HeyAPI because of TS7

This commit is contained in:
imperosol
2026-08-25 21:40:21 +02:00
parent 2fab0ae96d
commit 3c4e7defb8
2 changed files with 63 additions and 31 deletions
+2 -1
View File
@@ -35,7 +35,8 @@
"@types/js-cookie": "^3.0.6",
"@types/node": "^26.2.0",
"rollup-plugin-visualizer": "^7.1.1",
"typescript": "^7.0.2",
"@typescript/native": "npm:typescript@^7.0.2",
"typescript": "npm:@typescript/typescript6@^6.0.2",
"vite": "^8.2.2"
},
"dependencies": {