facebook

TS compilation should allow more than one configuration file

  1. CodeMix & Angular IDE
  2.  > 
  3. Webclipse 1.x Help
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #520878 Reply

    Fedor Losev
    Participant

    In usual configuration there are two files, tsconfig.app.json and tsconfig.spec.jcon and while developing it is handy to see errors/warning both for spec and app at the same time.

    However, it is possible to specify only one file in IDE.

    Current workaround is to create tscofig.ide.spec that extends tsconfig.app.json and overrides exclude, so spec files are compiled too. It works ok.

    However, app.json and spec.json can be have different conflicting values and it is not always possible to derive a common configuration for both spec and app, either we compile with spec settings or with app settings (or something in between by patching in ide).

    IDE should allow specifying multiple TS configuration files and compiling with them in parallel.

Viewing 1 post (of 1 total)
Reply To: TS compilation should allow more than one configuration file

You must be logged in to post in the forum log in