I've created a script using Apps Script in Google Sheets, and would like to code in TypeScript. I gather to do this you need to rename the default .gs file to .ts.
How does one accomplish that in the online IDE? It doesn't seem to let you rename the extension:
I tried the "classic editor" with similar results. I don't want to install Node (which requires Administrator privileges) and CLASP (which requires granting access to my Google account) just to rename a file!
There are hints the online editor supports TypeScript (e.g. autocomplete lists parameter types):
But if I try creating typed variables or parameters in my .gs file I get linter and syntax errors:



