I would like to watch all *.ts files in a folder and automatically compile them to *.js. The folder is empty to start with but then new *.ts files are added into it.
As it is now, the compiler errors because there are no files in the folder. I think that the error should not occur when watch=true as *.ts files can be added later on...
What do you think?
I would like to watch all
*.tsfiles in a folder and automatically compile them to*.js. The folder is empty to start with but then new*.tsfiles are added into it.As it is now, the compiler errors because there are no files in the folder. I think that the error should not occur when
watch=trueas*.tsfiles can be added later on...What do you think?