I have a lot of useful snippets on JS.
Like cl
for console.log();
or
fn
for
function methodName (arguments) {
// body...
}
However I can't use them on *.ts
files.
How can manage the snippets and complation for js to ts also.
Thanks
*.sublime-package
files are binary. – Geneviegenevieve