K
K
Kirill Morozov2018-02-26 11:48:26
Angular
Kirill Morozov, 2018-02-26 11:48:26

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

1 answer(s)
A
Aleksei Podgaev, 2018-03-08
@alexiusp

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 question

Ask a Question

731 491 924 answers to any question