I have created quite a lot of custom JavaScript snippets in VsCode. Recently, I started working on a project in typescript and, not unexpectedly, the JavaScript snippets do not work in typescript files.
Is there a way to create "shared" snippets that I could use both in JavaScript and typescript? (apart from copying the snippet definition files every time I create a custom snippet)