Fix things that broke in the merge

This commit is contained in:
Vanilagy
2026-05-04 17:58:05 +02:00
parent 2e933ee5fc
commit 6d9fb30c29
3 changed files with 19 additions and 5 deletions
+2 -1
View File
@@ -3,5 +3,6 @@
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"typescript.tsdk": "node_modules/typescript/lib"
"typescript.tsdk": "node_modules/typescript/lib",
"js/ts.tsdk.path": "node_modules/typescript/lib"
}