You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Alex @wclr, ts-clean-built seems to be the most promising project around this nasty tsc --watch issue in terms of functionality - thank you you saved me hours of wasted effort, beers on me!
But it's only missing this one feature:
Allow an option like --ifDeclared, where it DOES NOT delete .js files without corresponding .d.js (like --ifDeclared of ts-cleaner.
Use case is when you have other .js files, from other transpiled languages etc (coffeescript it still being used!)
Thank you!
The text was updated successfully, but these errors were encountered:
Hi Alex @wclr, ts-clean-built seems to be the most promising project around this nasty
tsc --watch
issue in terms of functionality - thank you you saved me hours of wasted effort, beers on me!But it's only missing this one feature:
Allow an option like
--ifDeclared
, where it DOES NOT delete.js
files without corresponding.d.js
(like--ifDeclared
of ts-cleaner.Use case is when you have other .js files, from other transpiled languages etc (coffeescript it still being used!)
Thank you!
The text was updated successfully, but these errors were encountered: