Not all compiled files go to the output main.js

43 Views Asked by At

I have noticed that some of my .ts files are compiled into the files with the name that is combination of the path where they are located and their names, instead of going to the main.js (e.g. the file located in the src/app/admin/accounts/max-flow-schedules/auto-generator.module.js is compiled into file src_app_admin_accounts_max-flow-schedules_auto-generator_module_ts.js) Does that indicate some problems with the compilation?

0

There are 0 best solutions below