<kentonv>
isd, that commit seems to completely break the UI (with no error messages or anything... just all routes fail to be registered)
<isd>
Well that's bizzare. it didn't do that when I tested it locally. But it was just fixing a warning, nothing functional, so feel free to revert.
cwebber has joined #sandstorm
<ocdtrekkie>
I am confused because it is definitely a .ts file. But the extension in that commit was changed to .js. Is there something that doesn't care what the real extension is?
<ocdtrekkie>
Oh yeah. I gotta clean up my sandstorm.conf
<isd>
Yeah, the way typescript imports work is wonky; I think I was getting a warning from the typechecker about it, and when I tested it after changing it still worked.
<isd>
But there's probably a way to just silence the warning.
<isd>
Opened a PR.
<isd>
Apparently it is also permissible to just leave off the extension entirely. I may try that and see if it fixes things too; would be nice not to have the ignore in there.