This commit is contained in:
2023-12-05 14:02:47 +01:00
parent 65f30f9e9a
commit 879a2bfd60
5 changed files with 358 additions and 1 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
{
"typescript.tsdk": "node_modules/typescript/lib"
"typescript.tsdk": "node_modules/typescript/lib",
"editor.formatOnSave": true
}