Answer the question
In order to leave comments, you need to log in
How to avoid duplicate files in Atom in an Angular, Typescript project?
Hello! In Atom, saving a file with a .ts extension automatically compiles the file with a .js extension.
Is it possible to somehow make it so that there are only files with the .ts extension and at the same time the project would normally build and run? Otherwise, you get too many files and you start to get confused in them ...
Thank you in advance.
Answer the question
In order to leave comments, you need to log in
You need to either configure compilation in atom correctly so that it puts the compiled files where you need them, or, if you use a third-party compiler, disable automatic compilation in atom altogether.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question