Enabled VSCode svelte typescript

This commit is contained in:
2023-12-20 15:03:15 -04:00
parent 2de28dd42a
commit f65bd64609

View File

@@ -17,6 +17,7 @@
];
userSettings = {
"[javascript]"."editor.defaultFormatter" = "esbenp.prettier-vscode";
"svelte.enable-ts-plugin" = true;
};
};
}