antonybudianto / angular-starter

:star: Gulp Angular Starter using TypeScript (Updated to 4.4.3)

Home Page:https://antonybudianto.github.io/angular-starter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

compile ts files to tmp folder

UnnoTed opened this issue · comments

it's really bad to find a file and it feels disorganized

i will look for a solution

for now you can use gulp clean to wipe all compiled files (ts or sass)

since it uses SystemJS you could load ts files from it with the transpiler option
https://github.com/systemjs/systemjs#browser

I also considered that option but then you may want to update your index.html manually when bundling for production

After reading transpiling thing in here I decided to leave it as it is for now, if there's a better way to do it, I'll update it. Thank you