Hello,
First at all, thanks for this great generator.
I was using it for a couple of days and I saw that all the compiled files from the tsc are in the same folder with the .ts files.
Can you use the --outDir in the tsc and send all the compiled files to another place so they don't mix the .js and .ts and then serve from there?
Cheers!
Hello,
First at all, thanks for this great generator.
I was using it for a couple of days and I saw that all the compiled files from the
tscare in the same folder with the.tsfiles.Can you use the
--outDirin thetscand send all the compiled files to another place so they don't mix the.jsand.tsand then serve from there?Cheers!