I have projects that use typescript that we compile with tsc.exe. It's come to the point that I'm considering a native TS based ria framework like Aurelia. Our build stack is fairly static and well controlled, so no node. I'm not really clear on how to move forward. I've tried the solution here but that is rather old and doesn't seem to work/apply anymore.
So exactly what must I do to get on-boarded to Aurelia from download to "hello world" without using extraneous build tools?
Note: For what it's worth we don't use VS, but Komodo and a little bit of VS.Code.